Color Hex Logo

#de007e Color Hex

#DE007E
(222,0,126)
0 Favorites   0 Comments

Color spaces of #de007e

RGB 2220126
HSL0.911.000.44
HSV326°100°87°
CMYK 0.001.000.43   0.13
XYZ33.890117.036021.2407
Yxy17.03600.46960.2361
Hunter Lab41.274774.3333-1.6194
CIE-Lab48.305477.3750-5.1220

#de007e color RGB value is (222,0,126).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011110 00000000 01111110
Octal 336 0 176
Decimal 222 0 126
Hex DE 0 7E

RGB Percentages of Color #de007e

%63.79
%0.00
%36.21

CMYK Percentages of Color #de007e

%0
%100
%43
%13

Triadic Colors of #de007e

#de007e #7ede00 #007ede

Analogous Colors of #de007e

#de007e #de000f #cf00de

Monochromatic Colors of #de007e

#de007e

Complementary Color

#de007e #00de60

#de007e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#de007e Color Preview on White Background

Lorem ipsum dolor sit amet.

#de007e Color CSS Codes

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

#de007e Text Font Color

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

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


#de007e Background Color

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

This div background color is #de007e


#de007e Border Color

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

This div border color is #de007e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #de007e


Comments

No comments written yet.

Please login to write comment.