Color Hex Logo

#d0152e Color Hex

#D0152E
(208,21,46)
0 Favorites   0 Comments

Color spaces of #d0152e

RGB 2082146
HSL0.980.820.45
HSV352°90°82°
CMYK 0.000.900.78   0.18
XYZ26.773714.14353.9036
Yxy14.14350.59730.3156
Hunter Lab37.607861.263620.1713
CIE-Lab44.438067.254338.2560

#d0152e color RGB value is (208,21,46).

#d0152e hex color red value is 208, green value is 21 and the blue value of its RGB is 46. Cylindrical-coordinate representations (also known as HSL) of color #d0152e hue: 0.98 , saturation: 0.82 and the lightness value of d0152e is 0.45.

The process color (four color CMYK) of #d0152e color hex is 0.00, 0.90, 0.78, 0.18. Web safe color of #d0152e is #cc0033. Color #d0152e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010000 00010101 00101110
Octal 320 25 56
Decimal 208 21 46
Hex D0 15 2E

RGB Percentages of Color #d0152e

%75.64
%7.64
%16.73

CMYK Percentages of Color #d0152e

%0
%90
%78
%18

Triadic Colors of #d0152e

#d0152e #2ed015 #152ed0

Analogous Colors of #d0152e

#d0152e #d05915 #d0158c

Monochromatic Colors of #d0152e

#d0152e

Complementary Color

#d0152e #15d0b7

#d0152e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d0152e Color Preview on White Background

Lorem ipsum dolor sit amet.

#d0152e Color CSS Codes

.mybgcolor {background-color:#d0152e; } 
.myforecolor {color:#d0152e; }
.mybordercolor {border:3px solid #d0152e; }

#d0152e Text Font Color

<p style="color:#d0152e">Text here</p>

This sample text font color is #d0152e
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#d0152e Background Color

<div style="background-color:#d0152e">
Div content here</div>

This div background color is #d0152e


#d0152e Border Color

<div style="border:3px solid #d0152e">
Div here</div>

This div border color is #d0152e


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(208,21,46, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #d0152e; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #d0152e;
  -webkit-box-shadow: 1px 1px 3px 2px #d0152e;
  box-shadow:         1px 1px 3px 2px #d0152e; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(208,21,46, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #d0152e">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #d0152e;
  -webkit-box-shadow: 1px 1px 3px 2px #d0152e;
  box-shadow:         1px 1px 3px 2px #d0152e;">
Div content here</div>

This div box has shadow with color #d0152e


Comments

No comments written yet.

Please login to write comment.