Color Hex Logo

#de028e Color Hex

#DE028E
(222,2,142)
0 Favorites   0 Comments

Color spaces of #de028e

RGB 2222142
HSL0.890.980.44
HSV322°99°87°
CMYK 0.000.990.36   0.13
XYZ35.028417.526027.1278
Yxy17.52600.43960.2199
Hunter Lab41.864176.0920-9.1149
CIE-Lab48.916178.6685-13.9243

#de028e color RGB value is (222,2,142).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011110 00000010 10001110
Octal 336 2 216
Decimal 222 2 142
Hex DE 2 8E

RGB Percentages of Color #de028e

%60.66
%0.55
%38.80

CMYK Percentages of Color #de028e

%0
%99
%36
%13

Triadic Colors of #de028e

#de028e #8ede02 #028ede

Analogous Colors of #de028e

#de028e #de0220 #c002de

Monochromatic Colors of #de028e

#de028e

Complementary Color

#de028e #02de52

#de028e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#de028e Color Preview on White Background

Lorem ipsum dolor sit amet.

#de028e Color CSS Codes

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

#de028e Text Font Color

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

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


#de028e Background Color

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

This div background color is #de028e


#de028e Border Color

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

This div border color is #de028e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #de028e


Comments

No comments written yet.

Please login to write comment.