Color Hex Logo

#de00ed Color Hex

#DE00ED
(222,0,237)
0 Favorites   0 Comments

Color spaces of #de00ed

RGB 2220237
HSL0.821.000.46
HSV296°100°93°
CMYK 0.061.000.00   0.07
XYZ45.410321.644081.9051
Yxy21.64400.30490.1453
Hunter Lab46.523192.8149-71.8153
CIE-Lab53.647290.6751-61.8106

#de00ed color RGB value is (222,0,237).

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

The process color (four color CMYK) of #de00ed color hex is 0.06, 1.00, 0.00, 0.07. Web safe color of #de00ed is #cc00ff. Color #de00ed contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11011110 00000000 11101101
Octal 336 0 355
Decimal 222 0 237
Hex DE 0 ED

RGB Percentages of Color #de00ed

%48.37
%0.00
%51.63

CMYK Percentages of Color #de00ed

%6
%100
%0
%7

Triadic Colors of #de00ed

#de00ed #edde00 #00edde

Analogous Colors of #de00ed

#de00ed #ed0086 #6800ed

Monochromatic Colors of #de00ed

#de00ed

Complementary Color

#de00ed #0fed00

#de00ed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#de00ed Color Preview on White Background

Lorem ipsum dolor sit amet.

#de00ed Color CSS Codes

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

#de00ed Text Font Color

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

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


#de00ed Background Color

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

This div background color is #de00ed


#de00ed Border Color

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

This div border color is #de00ed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #de00ed


Comments

No comments written yet.

Please login to write comment.