Color Hex Logo

#d08a72 Color Hex

#D08A72
(208,138,114)
0 Favorites   0 Comments

Color spaces of #d08a72

RGB 208138114
HSL0.040.500.63
HSV15°45°82°
CMYK 0.000.340.45   0.18
XYZ38.138232.801820.2409
Yxy32.80180.41830.3597
Hunter Lab57.272918.636319.1372
CIE-Lab64.000123.960423.7872

#d08a72 color RGB value is (208,138,114).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010000 10001010 01110010
Octal 320 212 162
Decimal 208 138 114
Hex D0 8A 72

RGB Percentages of Color #d08a72

%45.22
%30.00
%24.78

CMYK Percentages of Color #d08a72

%0
%34
%45
%18

Triadic Colors of #d08a72

#d08a72 #72d08a #8a72d0

Analogous Colors of #d08a72

#d08a72 #d0b972 #d07289

Monochromatic Colors of #d08a72

#d08a72

Complementary Color

#d08a72 #72b8d0

#d08a72 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d08a72 Color Preview on White Background

Lorem ipsum dolor sit amet.

#d08a72 Color CSS Codes

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

#d08a72 Text Font Color

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

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


#d08a72 Background Color

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

This div background color is #d08a72


#d08a72 Border Color

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

This div border color is #d08a72


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d08a72


Comments

No comments written yet.

Please login to write comment.