Color Hex Logo

#de029f Color Hex

#DE029F
(222,2,159)
0 Favorites   0 Comments

Color spaces of #de029f

RGB 2222159
HSL0.880.980.44
HSV317°99°87°
CMYK 0.000.990.28   0.13
XYZ36.403918.076234.3712
Yxy18.07620.40970.2034
Hunter Lab42.516178.4352-18.1704
CIE-Lab49.588480.4027-23.0949

#de029f color RGB value is (222,2,159).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011110 00000010 10011111
Octal 336 2 237
Decimal 222 2 159
Hex DE 2 9F

RGB Percentages of Color #de029f

%57.96
%0.52
%41.51

CMYK Percentages of Color #de029f

%0
%99
%28
%13

Triadic Colors of #de029f

#de029f #9fde02 #029fde

Analogous Colors of #de029f

#de029f #de0231 #af02de

Monochromatic Colors of #de029f

#de029f

Complementary Color

#de029f #02de41

#de029f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#de029f Color Preview on White Background

Lorem ipsum dolor sit amet.

#de029f Color CSS Codes

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

#de029f Text Font Color

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

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


#de029f Background Color

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

This div background color is #de029f


#de029f Border Color

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

This div border color is #de029f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #de029f


Comments

No comments written yet.

Please login to write comment.