Color Hex Logo

#de559f Color Hex

#DE559F
(222,85,159)
0 Favorites   0 Comments

Color spaces of #de559f

RGB 22285159
HSL0.910.670.60
HSV328°62°87°
CMYK 0.000.620.28   0.13
XYZ39.630724.529835.4468
Yxy24.52980.39790.2463
Hunter Lab49.527656.1579-7.7645
CIE-Lab56.614460.5447-12.3871

#de559f color RGB value is (222,85,159).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011110 01010101 10011111
Octal 336 125 237
Decimal 222 85 159
Hex DE 55 9F

RGB Percentages of Color #de559f

%47.64
%18.24
%34.12

CMYK Percentages of Color #de559f

%0
%62
%28
%13

Triadic Colors of #de559f

#de559f #9fde55 #559fde

Analogous Colors of #de559f

#de559f #de555a #d955de

Monochromatic Colors of #de559f

#de559f

Complementary Color

#de559f #55de94

#de559f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#de559f Color Preview on White Background

Lorem ipsum dolor sit amet.

#de559f Color CSS Codes

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

#de559f Text Font Color

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

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


#de559f Background Color

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

This div background color is #de559f


#de559f Border Color

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

This div border color is #de559f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #de559f


Comments

No comments written yet.

Please login to write comment.