Color Hex Logo

#d08cde Color Hex

#D08CDE
(208,140,222)
0 Favorites   0 Comments

Color spaces of #d08cde

RGB 208140222
HSL0.800.550.71
HSV290°37°87°
CMYK 0.060.370.00   0.13
XYZ48.575337.440073.7737
Yxy37.44000.30400.2343
Hunter Lab61.188234.6258-28.6533
CIE-Lab67.605839.3867-31.5137

#d08cde color RGB value is (208,140,222).

#d08cde hex color red value is 208, green value is 140 and the blue value of its RGB is 222. Cylindrical-coordinate representations (also known as HSL) of color #d08cde hue: 0.80 , saturation: 0.55 and the lightness value of d08cde is 0.71.

The process color (four color CMYK) of #d08cde color hex is 0.06, 0.37, 0.00, 0.13. Web safe color of #d08cde is #cc99cc. Color #d08cde contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11010000 10001100 11011110
Octal 320 214 336
Decimal 208 140 222
Hex D0 8C DE

RGB Percentages of Color #d08cde

%36.49
%24.56
%38.95

CMYK Percentages of Color #d08cde

%6
%37
%0
%13

Triadic Colors of #d08cde

#d08cde #ded08c #8cded0

Analogous Colors of #d08cde

#d08cde #de8cc3 #a78cde

Monochromatic Colors of #d08cde

#d08cde

Complementary Color

#d08cde #9ade8c

#d08cde Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d08cde Color Preview on White Background

Lorem ipsum dolor sit amet.

#d08cde Color CSS Codes

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

#d08cde Text Font Color

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

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


#d08cde Background Color

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

This div background color is #d08cde


#d08cde Border Color

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

This div border color is #d08cde


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d08cde


Comments

No comments written yet.

Please login to write comment.