Color Hex Logo

#de59ad Color Hex

#DE59AD
(222,89,173)
0 Favorites   0 Comments

Color spaces of #de59ad

RGB 22289173
HSL0.890.670.61
HSV322°60°87°
CMYK 0.000.600.22   0.13
XYZ41.239425.691542.3206
Yxy25.69150.37750.2352
Hunter Lab50.686856.5280-14.0231
CIE-Lab57.743160.6671-18.8146

#de59ad color RGB value is (222,89,173).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011110 01011001 10101101
Octal 336 131 255
Decimal 222 89 173
Hex DE 59 AD

RGB Percentages of Color #de59ad

%45.87
%18.39
%35.74

CMYK Percentages of Color #de59ad

%0
%60
%22
%13

Triadic Colors of #de59ad

#de59ad #adde59 #59adde

Analogous Colors of #de59ad

#de59ad #de596b #cd59de

Monochromatic Colors of #de59ad

#de59ad

Complementary Color

#de59ad #59de8a

#de59ad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#de59ad Color Preview on White Background

Lorem ipsum dolor sit amet.

#de59ad Color CSS Codes

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

#de59ad Text Font Color

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

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


#de59ad Background Color

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

This div background color is #de59ad


#de59ad Border Color

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

This div border color is #de59ad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #de59ad


Comments

No comments written yet.

Please login to write comment.