Color Hex Logo

#de005e Color Hex

#DE005E
(222,0,94)
0 Favorites   0 Comments

Color spaces of #de005e

RGB 222094
HSL0.931.000.44
HSV335°100°87°
CMYK 0.001.000.58   0.13
XYZ32.144616.337712.0490
Yxy16.33770.53100.2699
Hunter Lab40.419971.220210.6199
CIE-Lab47.414575.020413.3156

#de005e color RGB value is (222,0,94).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011110 00000000 01011110
Octal 336 0 136
Decimal 222 0 94
Hex DE 0 5E

RGB Percentages of Color #de005e

%70.25
%0.00
%29.75

CMYK Percentages of Color #de005e

%0
%100
%58
%13

Triadic Colors of #de005e

#de005e #5ede00 #005ede

Analogous Colors of #de005e

#de005e #de1100 #de00cd

Monochromatic Colors of #de005e

#de005e

Complementary Color

#de005e #00de80

#de005e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#de005e Color Preview on White Background

Lorem ipsum dolor sit amet.

#de005e Color CSS Codes

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

#de005e Text Font Color

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

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


#de005e Background Color

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

This div background color is #de005e


#de005e Border Color

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

This div border color is #de005e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #de005e


Comments

No comments written yet.

Please login to write comment.