Color Hex Logo

#de60aa Color Hex

#DE60AA
(222,96,170)
0 Favorites   0 Comments

Color spaces of #de60aa

RGB 22296170
HSL0.900.660.62
HSV325°57°87°
CMYK 0.000.570.23   0.13
XYZ41.562826.797641.0121
Yxy26.79760.38000.2450
Hunter Lab51.766452.7249-10.7362
CIE-Lab58.786557.1563-15.4955

#de60aa color RGB value is (222,96,170).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011110 01100000 10101010
Octal 336 140 252
Decimal 222 96 170
Hex DE 60 AA

RGB Percentages of Color #de60aa

%45.49
%19.67
%34.84

CMYK Percentages of Color #de60aa

%0
%57
%23
%13

Triadic Colors of #de60aa

#de60aa #aade60 #60aade

Analogous Colors of #de60aa

#de60aa #de606b #d360de

Monochromatic Colors of #de60aa

#de60aa

Complementary Color

#de60aa #60de94

#de60aa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#de60aa Color Preview on White Background

Lorem ipsum dolor sit amet.

#de60aa Color CSS Codes

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

#de60aa Text Font Color

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

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


#de60aa Background Color

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

This div background color is #de60aa


#de60aa Border Color

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

This div border color is #de60aa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #de60aa


Comments

No comments written yet.

Please login to write comment.