Color Hex Logo

#dea0cd Color Hex

#DEA0CD
(222,160,205)
0 Favorites   0 Comments

Color spaces of #dea0cd

RGB 222160205
HSL0.880.480.75
HSV316°28°87°
CMYK 0.000.280.08   0.13
XYZ53.714545.079063.6277
Yxy45.07900.33070.2775
Hunter Lab67.140925.3082-9.1890
CIE-Lab72.943930.0059-13.8571

#dea0cd color RGB value is (222,160,205).

#dea0cd hex color red value is 222, green value is 160 and the blue value of its RGB is 205. Cylindrical-coordinate representations (also known as HSL) of color #dea0cd hue: 0.88 , saturation: 0.48 and the lightness value of dea0cd is 0.75.

The process color (four color CMYK) of #dea0cd color hex is 0.00, 0.28, 0.08, 0.13. Web safe color of #dea0cd is #cc99cc. Color #dea0cd contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011110 10100000 11001101
Octal 336 240 315
Decimal 222 160 205
Hex DE A0 CD

RGB Percentages of Color #dea0cd

%37.82
%27.26
%34.92

CMYK Percentages of Color #dea0cd

%0
%28
%8
%13

Triadic Colors of #dea0cd

#dea0cd #cddea0 #a0cdde

Analogous Colors of #dea0cd

#dea0cd #dea0ae #d0a0de

Monochromatic Colors of #dea0cd

#dea0cd

Complementary Color

#dea0cd #a0deb1

#dea0cd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dea0cd Color Preview on White Background

Lorem ipsum dolor sit amet.

#dea0cd Color CSS Codes

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

#dea0cd Text Font Color

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

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


#dea0cd Background Color

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

This div background color is #dea0cd


#dea0cd Border Color

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

This div border color is #dea0cd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dea0cd


Comments

No comments written yet.

Please login to write comment.