Color Hex Logo

#de539f Color Hex

#DE539F
(222,83,159)
0 Favorites   0 Comments

Color spaces of #de539f

RGB 22283159
HSL0.910.680.60
HSV327°63°87°
CMYK 0.000.630.28   0.13
XYZ39.475524.219335.3951
Yxy24.21930.39840.2444
Hunter Lab49.213157.0580-8.1934
CIE-Lab56.306761.3827-12.8507

#de539f color RGB value is (222,83,159).

#de539f hex color red value is 222, green value is 83 and the blue value of its RGB is 159. Cylindrical-coordinate representations (also known as HSL) of color #de539f hue: 0.91 , saturation: 0.68 and the lightness value of de539f is 0.60.

The process color (four color CMYK) of #de539f color hex is 0.00, 0.63, 0.28, 0.13. Web safe color of #de539f is #cc6699. Color #de539f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011110 01010011 10011111
Octal 336 123 237
Decimal 222 83 159
Hex DE 53 9F

RGB Percentages of Color #de539f

%47.84
%17.89
%34.27

CMYK Percentages of Color #de539f

%0
%63
%28
%13

Triadic Colors of #de539f

#de539f #9fde53 #539fde

Analogous Colors of #de539f

#de539f #de5359 #d853de

Monochromatic Colors of #de539f

#de539f

Complementary Color

#de539f #53de92

#de539f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#de539f Color Preview on White Background

Lorem ipsum dolor sit amet.

#de539f Color CSS Codes

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

#de539f Text Font Color

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

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


#de539f Background Color

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

This div background color is #de539f


#de539f Border Color

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

This div border color is #de539f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #de539f


Comments

No comments written yet.

Please login to write comment.