Color Hex Logo

#de02af Color Hex

#DE02AF
(222,2,175)
0 Favorites   0 Comments

Color spaces of #de02af

RGB 2222175
HSL0.870.980.44
HSV313°99°87°
CMYK 0.000.990.21   0.13
XYZ37.883818.668242.1641
Yxy18.66820.38380.1891
Hunter Lab43.206780.8977-27.6146
CIE-Lab50.296782.2048-31.4729

#de02af color RGB value is (222,2,175).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011110 00000010 10101111
Octal 336 2 257
Decimal 222 2 175
Hex DE 2 AF

RGB Percentages of Color #de02af

%55.64
%0.50
%43.86

CMYK Percentages of Color #de02af

%0
%99
%21
%13

Triadic Colors of #de02af

#de02af #afde02 #02afde

Analogous Colors of #de02af

#de02af #de0241 #9f02de

Monochromatic Colors of #de02af

#de02af

Complementary Color

#de02af #02de31

#de02af Color Preview on Black Background

Lorem ipsum dolor sit amet.

#de02af Color Preview on White Background

Lorem ipsum dolor sit amet.

#de02af Color CSS Codes

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

#de02af Text Font Color

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

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


#de02af Background Color

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

This div background color is #de02af


#de02af Border Color

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

This div border color is #de02af


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #de02af


Comments

No comments written yet.

Please login to write comment.