Color Hex Logo

#dea0ad Color Hex

#DEA0AD
(222,160,173)
0 Favorites   0 Comments

Color spaces of #dea0ad

RGB 222160173
HSL0.970.480.75
HSV347°28°87°
CMYK 0.000.280.22   0.13
XYZ50.237843.688345.3200
Yxy43.68830.36080.3137
Hunter Lab66.097120.00085.6153
CIE-Lab72.019724.87112.4305

#dea0ad color RGB value is (222,160,173).

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

The process color (four color CMYK) of #dea0ad color hex is 0.00, 0.28, 0.22, 0.13. Web safe color of #dea0ad is #cc9999. Color #dea0ad contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011110 10100000 10101101
Octal 336 240 255
Decimal 222 160 173
Hex DE A0 AD

RGB Percentages of Color #dea0ad

%40.00
%28.83
%31.17

CMYK Percentages of Color #dea0ad

%0
%28
%22
%13

Triadic Colors of #dea0ad

#dea0ad #addea0 #a0adde

Analogous Colors of #dea0ad

#dea0ad #deb2a0 #dea0cc

Monochromatic Colors of #dea0ad

#dea0ad

Complementary Color

#dea0ad #a0ded1

#dea0ad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dea0ad Color Preview on White Background

Lorem ipsum dolor sit amet.

#dea0ad Color CSS Codes

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

#dea0ad Text Font Color

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

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


#dea0ad Background Color

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

This div background color is #dea0ad


#dea0ad Border Color

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

This div border color is #dea0ad


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(222,160,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 #dea0ad">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dea0ad


Comments

No comments written yet.

Please login to write comment.