Color Hex Logo

#d09272 Color Hex

#D09272
(208,146,114)
0 Favorites   0 Comments

Color spaces of #d09272

RGB 208146114
HSL0.060.500.63
HSV20°45°82°
CMYK 0.000.300.45   0.18
XYZ39.328635.182620.6377
Yxy35.18260.41330.3698
Hunter Lab59.314914.552820.8914
CIE-Lab65.890619.609526.3056

#d09272 color RGB value is (208,146,114).

#d09272 hex color red value is 208, green value is 146 and the blue value of its RGB is 114. Cylindrical-coordinate representations (also known as HSL) of color #d09272 hue: 0.06 , saturation: 0.50 and the lightness value of d09272 is 0.63.

The process color (four color CMYK) of #d09272 color hex is 0.00, 0.30, 0.45, 0.18. Web safe color of #d09272 is #cc9966. Color #d09272 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010000 10010010 01110010
Octal 320 222 162
Decimal 208 146 114
Hex D0 92 72

RGB Percentages of Color #d09272

%44.44
%31.20
%24.36

CMYK Percentages of Color #d09272

%0
%30
%45
%18

Triadic Colors of #d09272

#d09272 #72d092 #9272d0

Analogous Colors of #d09272

#d09272 #d0c172 #d07281

Monochromatic Colors of #d09272

#d09272

Complementary Color

#d09272 #72b0d0

#d09272 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d09272 Color Preview on White Background

Lorem ipsum dolor sit amet.

#d09272 Color CSS Codes

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

#d09272 Text Font Color

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

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


#d09272 Background Color

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

This div background color is #d09272


#d09272 Border Color

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

This div border color is #d09272


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d09272


Comments

No comments written yet.

Please login to write comment.