Color Hex Logo

#de0070 Color Hex

#DE0070
(222,0,112)
0 Favorites   0 Comments

Color spaces of #de0070

RGB 2220112
HSL0.921.000.44
HSV330°100°87°
CMYK 0.001.000.50   0.13
XYZ33.048816.699416.8107
Yxy16.69940.49650.2509
Hunter Lab40.864972.84534.2151
CIE-Lab47.879076.25422.8431

#de0070 color RGB value is (222,0,112).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011110 00000000 01110000
Octal 336 0 160
Decimal 222 0 112
Hex DE 0 70

RGB Percentages of Color #de0070

%66.47
%0.00
%33.53

CMYK Percentages of Color #de0070

%0
%100
%50
%13

Triadic Colors of #de0070

#de0070 #70de00 #0070de

Analogous Colors of #de0070

#de0070 #de0001 #dd00de

Monochromatic Colors of #de0070

#de0070

Complementary Color

#de0070 #00de6e

#de0070 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#de0070 Color Preview on White Background

Lorem ipsum dolor sit amet.

#de0070 Color CSS Codes

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

#de0070 Text Font Color

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

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


#de0070 Background Color

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

This div background color is #de0070


#de0070 Border Color

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

This div border color is #de0070


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #de0070


Comments

No comments written yet.

Please login to write comment.