Color Hex Logo

#d08870 Color Hex

#D08870
(208,136,112)
0 Favorites   0 Comments

Color spaces of #d08870

RGB 208136112
HSL0.040.510.63
HSV15°46°82°
CMYK 0.000.350.46   0.18
XYZ37.741232.188119.5530
Yxy32.18810.42180.3597
Hunter Lab56.734619.457019.2805
CIE-Lab63.498024.840324.2296

#d08870 color RGB value is (208,136,112).

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

The process color (four color CMYK) of #d08870 color hex is 0.00, 0.35, 0.46, 0.18. Web safe color of #d08870 is #cc9966. Color #d08870 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010000 10001000 01110000
Octal 320 210 160
Decimal 208 136 112
Hex D0 88 70

RGB Percentages of Color #d08870

%45.61
%29.82
%24.56

CMYK Percentages of Color #d08870

%0
%35
%46
%18

Triadic Colors of #d08870

#d08870 #70d088 #8870d0

Analogous Colors of #d08870

#d08870 #d0b870 #d07088

Monochromatic Colors of #d08870

#d08870

Complementary Color

#d08870 #70b8d0

#d08870 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d08870 Color Preview on White Background

Lorem ipsum dolor sit amet.

#d08870 Color CSS Codes

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

#d08870 Text Font Color

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

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


#d08870 Background Color

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

This div background color is #d08870


#d08870 Border Color

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

This div border color is #d08870


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d08870


Comments

No comments written yet.

Please login to write comment.