Color Hex Logo

#d08cad Color Hex

#D08CAD
(208,140,173)
0 Favorites   0 Comments

Color spaces of #d08cad

RGB 208140173
HSL0.920.420.68
HSV331°33°82°
CMYK 0.000.330.17   0.18
XYZ42.933335.183244.0634
Yxy35.18320.35140.2880
Hunter Lab59.315425.3987-2.5237
CIE-Lab65.891030.6596-6.7430

#d08cad color RGB value is (208,140,173).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010000 10001100 10101101
Octal 320 214 255
Decimal 208 140 173
Hex D0 8C AD

RGB Percentages of Color #d08cad

%39.92
%26.87
%33.21

CMYK Percentages of Color #d08cad

%0
%33
%17
%18

Triadic Colors of #d08cad

#d08cad #add08c #8cadd0

Analogous Colors of #d08cad

#d08cad #d08d8c #d08ccf

Monochromatic Colors of #d08cad

#d08cad

Complementary Color

#d08cad #8cd0af

#d08cad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d08cad Color Preview on White Background

Lorem ipsum dolor sit amet.

#d08cad Color CSS Codes

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

#d08cad Text Font Color

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

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


#d08cad Background Color

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

This div background color is #d08cad


#d08cad Border Color

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

This div border color is #d08cad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d08cad


Comments

No comments written yet.

Please login to write comment.