Color Hex Logo

#de019e Color Hex

#DE019E
(222,1,158)
0 Favorites   0 Comments

Color spaces of #de019e

RGB 2221158
HSL0.880.990.44
HSV317°100°87°
CMYK 0.001.000.29   0.13
XYZ36.306618.019933.9124
Yxy18.01990.41150.2042
Hunter Lab42.449978.3806-17.6508
CIE-Lab49.520280.3728-22.6038

#de019e color RGB value is (222,1,158).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011110 00000001 10011110
Octal 336 1 236
Decimal 222 1 158
Hex DE 1 9E

RGB Percentages of Color #de019e

%58.27
%0.26
%41.47

CMYK Percentages of Color #de019e

%0
%100
%29
%13

Triadic Colors of #de019e

#de019e #9ede01 #019ede

Analogous Colors of #de019e

#de019e #de0130 #b001de

Monochromatic Colors of #de019e

#de019e

Complementary Color

#de019e #01de41

#de019e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#de019e Color Preview on White Background

Lorem ipsum dolor sit amet.

#de019e Color CSS Codes

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

#de019e Text Font Color

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

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


#de019e Background Color

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

This div background color is #de019e


#de019e Border Color

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

This div border color is #de019e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #de019e


Comments

No comments written yet.

Please login to write comment.