Color Hex Logo

#de87aa Color Hex

#DE87AA
(222,135,170)
0 Favorites   0 Comments

Color spaces of #de87aa

RGB 222135170
HSL0.930.570.70
HSV336°39°87°
CMYK 0.000.390.23   0.13
XYZ46.043935.759842.5058
Yxy35.75980.37040.2877
Hunter Lab59.799532.7908-0.2840
CIE-Lab66.336037.7918-4.2118

#de87aa color RGB value is (222,135,170).

#de87aa hex color red value is 222, green value is 135 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #de87aa hue: 0.93 , saturation: 0.57 and the lightness value of de87aa is 0.70.

The process color (four color CMYK) of #de87aa color hex is 0.00, 0.39, 0.23, 0.13. Web safe color of #de87aa is #cc9999. Color #de87aa contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011110 10000111 10101010
Octal 336 207 252
Decimal 222 135 170
Hex DE 87 AA

RGB Percentages of Color #de87aa

%42.13
%25.62
%32.26

CMYK Percentages of Color #de87aa

%0
%39
%23
%13

Triadic Colors of #de87aa

#de87aa #aade87 #87aade

Analogous Colors of #de87aa

#de87aa #de9087 #de87d6

Monochromatic Colors of #de87aa

#de87aa

Complementary Color

#de87aa #87debb

#de87aa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#de87aa Color Preview on White Background

Lorem ipsum dolor sit amet.

#de87aa Color CSS Codes

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

#de87aa Text Font Color

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

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


#de87aa Background Color

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

This div background color is #de87aa


#de87aa Border Color

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

This div border color is #de87aa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #de87aa


Comments

No comments written yet.

Please login to write comment.