Color Hex Logo

#de5aad Color Hex

#DE5AAD
(222,90,173)
0 Favorites   0 Comments

Color spaces of #de5aad

RGB 22290173
HSL0.900.670.61
HSV322°59°87°
CMYK 0.000.590.22   0.13
XYZ41.323225.859142.3485
Yxy25.85910.37730.2361
Hunter Lab50.851856.0619-13.7794
CIE-Lab57.903160.2336-18.5708

#de5aad color RGB value is (222,90,173).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011110 01011010 10101101
Octal 336 132 255
Decimal 222 90 173
Hex DE 5A AD

RGB Percentages of Color #de5aad

%45.77
%18.56
%35.67

CMYK Percentages of Color #de5aad

%0
%59
%22
%13

Triadic Colors of #de5aad

#de5aad #adde5a #5aadde

Analogous Colors of #de5aad

#de5aad #de5a6b #cd5ade

Monochromatic Colors of #de5aad

#de5aad

Complementary Color

#de5aad #5ade8b

#de5aad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#de5aad Color Preview on White Background

Lorem ipsum dolor sit amet.

#de5aad Color CSS Codes

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

#de5aad Text Font Color

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

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


#de5aad Background Color

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

This div background color is #de5aad


#de5aad Border Color

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

This div border color is #de5aad


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(222,90,173, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #de5aad">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #de5aad


Comments

No comments written yet.

Please login to write comment.