Color Hex Logo

#d80049 Color Hex

#D80049
(216,0,73)
0 Favorites   0 Comments

Color spaces of #d80049

RGB 216073
HSL0.941.000.42
HSV340°100°85°
CMYK 0.001.000.66   0.15
XYZ29.521515.08007.6581
Yxy15.08000.56490.2886
Hunter Lab38.833067.741115.4907
CIE-Lab45.743672.476723.8981

#d80049 color RGB value is (216,0,73).

#d80049 hex color red value is 216, green value is 0 and the blue value of its RGB is 73. Cylindrical-coordinate representations (also known as HSL) of color #d80049 hue: 0.94 , saturation: 1.00 and the lightness value of d80049 is 0.42.

The process color (four color CMYK) of #d80049 color hex is 0.00, 1.00, 0.66, 0.15. Web safe color of #d80049 is #cc0033. Color #d80049 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011000 00000000 01001001
Octal 330 0 111
Decimal 216 0 73
Hex D8 0 49

RGB Percentages of Color #d80049

%74.74
%0.00
%25.26

CMYK Percentages of Color #d80049

%0
%100
%66
%15

Triadic Colors of #d80049

#d80049 #49d800 #0049d8

Analogous Colors of #d80049

#d80049 #d82300 #d800b5

Monochromatic Colors of #d80049

#d80049

Complementary Color

#d80049 #00d88f

#d80049 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d80049 Color Preview on White Background

Lorem ipsum dolor sit amet.

#d80049 Color CSS Codes

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

#d80049 Text Font Color

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

This sample text font color is #d80049
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.


#d80049 Background Color

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

This div background color is #d80049


#d80049 Border Color

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

This div border color is #d80049


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(216,0,73, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #d80049; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #d80049;
  -webkit-box-shadow: 1px 1px 3px 2px #d80049;
  box-shadow:         1px 1px 3px 2px #d80049; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(216,0,73, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d80049


Comments

No comments written yet.

Please login to write comment.