Color Hex Logo

#de009f Color Hex

#DE009F
(222,0,159)
0 Favorites   0 Comments

Color spaces of #de009f

RGB 2220159
HSL0.881.000.44
HSV317°100°87°
CMYK 0.001.000.28   0.13
XYZ36.382218.032834.3640
Yxy18.03280.40980.2031
Hunter Lab42.465078.6172-18.2537
CIE-Lab49.535980.5570-23.1760

#de009f color RGB value is (222,0,159).

#de009f hex color red value is 222, green value is 0 and the blue value of its RGB is 159. Cylindrical-coordinate representations (also known as HSL) of color #de009f hue: 0.88 , saturation: 1.00 and the lightness value of de009f is 0.44.

The process color (four color CMYK) of #de009f color hex is 0.00, 1.00, 0.28, 0.13. Web safe color of #de009f is #cc0099. Color #de009f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011110 00000000 10011111
Octal 336 0 237
Decimal 222 0 159
Hex DE 0 9F

RGB Percentages of Color #de009f

%58.27
%0.00
%41.73

CMYK Percentages of Color #de009f

%0
%100
%28
%13

Triadic Colors of #de009f

#de009f #9fde00 #009fde

Analogous Colors of #de009f

#de009f #de0030 #ae00de

Monochromatic Colors of #de009f

#de009f

Complementary Color

#de009f #00de3f

#de009f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#de009f Color Preview on White Background

Lorem ipsum dolor sit amet.

#de009f Color CSS Codes

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

#de009f Text Font Color

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

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


#de009f Background Color

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

This div background color is #de009f


#de009f Border Color

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

This div border color is #de009f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #de009f


Comments

No comments written yet.

Please login to write comment.