Color Hex Logo

#de83aa Color Hex

#DE83AA
(222,131,170)
0 Favorites   0 Comments

Color spaces of #de83aa

RGB 222131170
HSL0.930.580.69
HSV334°41°87°
CMYK 0.000.410.23   0.13
XYZ45.496234.664542.3232
Yxy34.66450.37140.2830
Hunter Lab58.876634.8999-1.4068
CIE-Lab65.486639.8896-5.4666

#de83aa color RGB value is (222,131,170).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011110 10000011 10101010
Octal 336 203 252
Decimal 222 131 170
Hex DE 83 AA

RGB Percentages of Color #de83aa

%42.45
%25.05
%32.50

CMYK Percentages of Color #de83aa

%0
%41
%23
%13

Triadic Colors of #de83aa

#de83aa #aade83 #83aade

Analogous Colors of #de83aa

#de83aa #de8a83 #de83d8

Monochromatic Colors of #de83aa

#de83aa

Complementary Color

#de83aa #83deb7

#de83aa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#de83aa Color Preview on White Background

Lorem ipsum dolor sit amet.

#de83aa Color CSS Codes

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

#de83aa Text Font Color

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

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


#de83aa Background Color

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

This div background color is #de83aa


#de83aa Border Color

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

This div border color is #de83aa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #de83aa


Comments

No comments written yet.

Please login to write comment.