Color Hex Logo

#de70aa Color Hex

#DE70AA
(222,112,170)
0 Favorites   0 Comments

Color spaces of #de70aa

RGB 222112170
HSL0.910.630.65
HSV328°50°87°
CMYK 0.000.500.23   0.13
XYZ43.174130.020241.5492
Yxy30.02020.37630.2616
Hunter Lab54.790744.7711-6.6077
CIE-Lab61.671649.5626-11.1489

#de70aa color RGB value is (222,112,170).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011110 01110000 10101010
Octal 336 160 252
Decimal 222 112 170
Hex DE 70 AA

RGB Percentages of Color #de70aa

%44.05
%22.22
%33.73

CMYK Percentages of Color #de70aa

%0
%50
%23
%13

Triadic Colors of #de70aa

#de70aa #aade70 #70aade

Analogous Colors of #de70aa

#de70aa #de7073 #db70de

Monochromatic Colors of #de70aa

#de70aa

Complementary Color

#de70aa #70dea4

#de70aa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#de70aa Color Preview on White Background

Lorem ipsum dolor sit amet.

#de70aa Color CSS Codes

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

#de70aa Text Font Color

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

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


#de70aa Background Color

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

This div background color is #de70aa


#de70aa Border Color

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

This div border color is #de70aa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #de70aa


Comments

No comments written yet.

Please login to write comment.