Color Hex Logo

#de84aa Color Hex

#DE84AA
(222,132,170)
0 Favorites   0 Comments

Color spaces of #de84aa

RGB 222132170
HSL0.930.580.69
HSV335°41°87°
CMYK 0.000.410.23   0.13
XYZ45.631234.934442.3682
Yxy34.93440.37120.2842
Hunter Lab59.105334.3734-1.1268
CIE-Lab65.697639.3668-5.1546

#de84aa color RGB value is (222,132,170).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011110 10000100 10101010
Octal 336 204 252
Decimal 222 132 170
Hex DE 84 AA

RGB Percentages of Color #de84aa

%42.37
%25.19
%32.44

CMYK Percentages of Color #de84aa

%0
%41
%23
%13

Triadic Colors of #de84aa

#de84aa #aade84 #84aade

Analogous Colors of #de84aa

#de84aa #de8b84 #de84d7

Monochromatic Colors of #de84aa

#de84aa

Complementary Color

#de84aa #84deb8

#de84aa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#de84aa Color Preview on White Background

Lorem ipsum dolor sit amet.

#de84aa Color CSS Codes

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

#de84aa Text Font Color

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

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


#de84aa Background Color

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

This div background color is #de84aa


#de84aa Border Color

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

This div border color is #de84aa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #de84aa


Comments

No comments written yet.

Please login to write comment.