Color Hex Logo

#de569f Color Hex

#DE569F
(222,86,159)
0 Favorites   0 Comments

Color spaces of #de569f

RGB 22286159
HSL0.910.670.60
HSV328°61°87°
CMYK 0.000.610.28   0.13
XYZ39.710024.688435.4733
Yxy24.68840.39760.2472
Hunter Lab49.687455.7035-7.5477
CIE-Lab56.770560.1205-12.1522

#de569f color RGB value is (222,86,159).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011110 01010110 10011111
Octal 336 126 237
Decimal 222 86 159
Hex DE 56 9F

RGB Percentages of Color #de569f

%47.54
%18.42
%34.05

CMYK Percentages of Color #de569f

%0
%61
%28
%13

Triadic Colors of #de569f

#de569f #9fde56 #569fde

Analogous Colors of #de569f

#de569f #de565b #d956de

Monochromatic Colors of #de569f

#de569f

Complementary Color

#de569f #56de95

#de569f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#de569f Color Preview on White Background

Lorem ipsum dolor sit amet.

#de569f Color CSS Codes

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

#de569f Text Font Color

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

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


#de569f Background Color

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

This div background color is #de569f


#de569f Border Color

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

This div border color is #de569f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #de569f


Comments

No comments written yet.

Please login to write comment.