Color Hex Logo

#d16049 Color Hex

#D16049
(209,96,73)
0 Favorites   0 Comments

Color spaces of #d16049

RGB 2099673
HSL0.030.600.55
HSV10°65°82°
CMYK 0.000.540.65   0.18
XYZ31.680022.40218.9576
Yxy22.40210.50250.3554
Hunter Lab47.330936.646521.9107
CIE-Lab54.451143.003734.4831

#d16049 color RGB value is (209,96,73).

#d16049 hex color red value is 209, green value is 96 and the blue value of its RGB is 73. Cylindrical-coordinate representations (also known as HSL) of color #d16049 hue: 0.03 , saturation: 0.60 and the lightness value of d16049 is 0.55.

The process color (four color CMYK) of #d16049 color hex is 0.00, 0.54, 0.65, 0.18. Web safe color of #d16049 is #cc6633. Color #d16049 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010001 01100000 01001001
Octal 321 140 111
Decimal 209 96 73
Hex D1 60 49

RGB Percentages of Color #d16049

%55.29
%25.40
%19.31

CMYK Percentages of Color #d16049

%0
%54
%65
%18

Triadic Colors of #d16049

#d16049 #49d160 #6049d1

Analogous Colors of #d16049

#d16049 #d1a449 #d14976

Monochromatic Colors of #d16049

#d16049

Complementary Color

#d16049 #49bad1

#d16049 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d16049 Color Preview on White Background

Lorem ipsum dolor sit amet.

#d16049 Color CSS Codes

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

#d16049 Text Font Color

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

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


#d16049 Background Color

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

This div background color is #d16049


#d16049 Border Color

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

This div border color is #d16049


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(209,96,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 #d16049">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d16049


Comments

No comments written yet.

Please login to write comment.