Color Hex Logo

#de72aa Color Hex

#DE72AA
(222,114,170)
0 Favorites   0 Comments

Color spaces of #de72aa

RGB 222114170
HSL0.910.620.66
HSV329°49°87°
CMYK 0.000.490.23   0.13
XYZ43.397230.466541.6235
Yxy30.46650.37580.2638
Hunter Lab55.196543.7485-6.0729
CIE-Lab62.054748.5726-10.5749

#de72aa color RGB value is (222,114,170).

#de72aa hex color red value is 222, green value is 114 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #de72aa hue: 0.91 , saturation: 0.62 and the lightness value of de72aa is 0.66.

The process color (four color CMYK) of #de72aa color hex is 0.00, 0.49, 0.23, 0.13. Web safe color of #de72aa is #cc6699. Color #de72aa contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011110 01110010 10101010
Octal 336 162 252
Decimal 222 114 170
Hex DE 72 AA

RGB Percentages of Color #de72aa

%43.87
%22.53
%33.60

CMYK Percentages of Color #de72aa

%0
%49
%23
%13

Triadic Colors of #de72aa

#de72aa #aade72 #72aade

Analogous Colors of #de72aa

#de72aa #de7274 #dc72de

Monochromatic Colors of #de72aa

#de72aa

Complementary Color

#de72aa #72dea6

#de72aa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#de72aa Color Preview on White Background

Lorem ipsum dolor sit amet.

#de72aa Color CSS Codes

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

#de72aa Text Font Color

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

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


#de72aa Background Color

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

This div background color is #de72aa


#de72aa Border Color

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

This div border color is #de72aa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #de72aa


Comments

No comments written yet.

Please login to write comment.