Color Hex Logo

#d08cac Color Hex

#D08CAC
(208,140,172)
0 Favorites   0 Comments

Color spaces of #d08cac

RGB 208140172
HSL0.920.420.68
HSV332°33°82°
CMYK 0.000.330.17   0.18
XYZ42.836935.144643.5556
Yxy35.14460.35250.2892
Hunter Lab59.282925.2363-2.0628
CIE-Lab65.861130.5014-6.2242

#d08cac color RGB value is (208,140,172).

#d08cac hex color red value is 208, green value is 140 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #d08cac hue: 0.92 , saturation: 0.42 and the lightness value of d08cac is 0.68.

The process color (four color CMYK) of #d08cac color hex is 0.00, 0.33, 0.17, 0.18. Web safe color of #d08cac is #cc9999. Color #d08cac contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010000 10001100 10101100
Octal 320 214 254
Decimal 208 140 172
Hex D0 8C AC

RGB Percentages of Color #d08cac

%40.00
%26.92
%33.08

CMYK Percentages of Color #d08cac

%0
%33
%17
%18

Triadic Colors of #d08cac

#d08cac #acd08c #8cacd0

Analogous Colors of #d08cac

#d08cac #d08e8c #d08cce

Monochromatic Colors of #d08cac

#d08cac

Complementary Color

#d08cac #8cd0b0

#d08cac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d08cac Color Preview on White Background

Lorem ipsum dolor sit amet.

#d08cac Color CSS Codes

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

#d08cac Text Font Color

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

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


#d08cac Background Color

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

This div background color is #d08cac


#d08cac Border Color

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

This div border color is #d08cac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d08cac


Comments

No comments written yet.

Please login to write comment.