Color Hex Logo

#de00df Color Hex

#DE00DF
(222,0,223)
0 Favorites   0 Comments

Color spaces of #de00df

RGB 2220223
HSL0.831.000.44
HSV300°100°87°
CMYK 0.001.000.00   0.13
XYZ43.443520.857371.5482
Yxy20.85730.31980.1535
Hunter Lab45.669889.8764-60.9173
CIE-Lab52.793088.6306-55.2687

#de00df color RGB value is (222,0,223).

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

The process color (four color CMYK) of #de00df color hex is 0.00, 1.00, 0.00, 0.13. Web safe color of #de00df is #cc00cc. Color #de00df contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11011110 00000000 11011111
Octal 336 0 337
Decimal 222 0 223
Hex DE 0 DF

RGB Percentages of Color #de00df

%49.89
%0.00
%50.11

CMYK Percentages of Color #de00df

%0
%100
%0
%13

Triadic Colors of #de00df

#de00df #dfde00 #00dfde

Analogous Colors of #de00df

#de00df #df0071 #6f00df

Monochromatic Colors of #de00df

#de00df

Complementary Color

#de00df #01df00

#de00df Color Preview on Black Background

Lorem ipsum dolor sit amet.

#de00df Color Preview on White Background

Lorem ipsum dolor sit amet.

#de00df Color CSS Codes

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

#de00df Text Font Color

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

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


#de00df Background Color

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

This div background color is #de00df


#de00df Border Color

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

This div border color is #de00df


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #de00df


Comments

No comments written yet.

Please login to write comment.