Color Hex Logo

#de5aaa Color Hex

#DE5AAA
(222,90,170)
0 Favorites   0 Comments

Color spaces of #de5aaa

RGB 22290170
HSL0.900.670.61
HSV324°59°87°
CMYK 0.000.590.23   0.13
XYZ41.036125.744240.8365
Yxy25.74420.38130.2392
Hunter Lab50.738755.5731-12.2018
CIE-Lab57.793459.8268-17.0012

#de5aaa color RGB value is (222,90,170).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011110 01011010 10101010
Octal 336 132 252
Decimal 222 90 170
Hex DE 5A AA

RGB Percentages of Color #de5aaa

%46.06
%18.67
%35.27

CMYK Percentages of Color #de5aaa

%0
%59
%23
%13

Triadic Colors of #de5aaa

#de5aaa #aade5a #5aaade

Analogous Colors of #de5aaa

#de5aaa #de5a68 #d05ade

Monochromatic Colors of #de5aaa

#de5aaa

Complementary Color

#de5aaa #5ade8e

#de5aaa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#de5aaa Color Preview on White Background

Lorem ipsum dolor sit amet.

#de5aaa Color CSS Codes

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

#de5aaa Text Font Color

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

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


#de5aaa Background Color

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

This div background color is #de5aaa


#de5aaa Border Color

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

This div border color is #de5aaa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #de5aaa


Comments

No comments written yet.

Please login to write comment.