Color Hex Logo

#de027e Color Hex

#DE027E
(222,2,126)
0 Favorites   0 Comments

Color spaces of #de027e

RGB 2222126
HSL0.910.980.44
HSV326°99°87°
CMYK 0.000.990.43   0.13
XYZ33.911817.079421.2480
Yxy17.07940.46940.2364
Hunter Lab41.327274.1487-1.5543
CIE-Lab48.359977.2155-5.0412

#de027e color RGB value is (222,2,126).

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

The process color (four color CMYK) of #de027e color hex is 0.00, 0.99, 0.43, 0.13. Web safe color of #de027e is #cc0066. Color #de027e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011110 00000010 01111110
Octal 336 2 176
Decimal 222 2 126
Hex DE 2 7E

RGB Percentages of Color #de027e

%63.43
%0.57
%36.00

CMYK Percentages of Color #de027e

%0
%99
%43
%13

Triadic Colors of #de027e

#de027e #7ede02 #027ede

Analogous Colors of #de027e

#de027e #de0210 #d002de

Monochromatic Colors of #de027e

#de027e

Complementary Color

#de027e #02de62

#de027e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#de027e Color Preview on White Background

Lorem ipsum dolor sit amet.

#de027e Color CSS Codes

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

#de027e Text Font Color

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

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


#de027e Background Color

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

This div background color is #de027e


#de027e Border Color

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

This div border color is #de027e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #de027e


Comments

No comments written yet.

Please login to write comment.