Color Hex Logo

#de63df Color Hex

#DE63DF
(222,99,223)
0 Favorites   0 Comments

Color spaces of #de63df

RGB 22299223
HSL0.830.660.63
HSV300°56°87°
CMYK 0.000.560.00   0.13
XYZ47.905329.781073.0355
Yxy29.78100.31780.1976
Hunter Lab54.572061.1930-41.1494
CIE-Lab61.464864.0102-41.5139

#de63df color RGB value is (222,99,223).

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

The process color (four color CMYK) of #de63df color hex is 0.00, 0.56, 0.00, 0.13. Web safe color of #de63df is #cc66cc. Color #de63df contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11011110 01100011 11011111
Octal 336 143 337
Decimal 222 99 223
Hex DE 63 DF

RGB Percentages of Color #de63df

%40.81
%18.20
%40.99

CMYK Percentages of Color #de63df

%0
%56
%0
%13

Triadic Colors of #de63df

#de63df #dfde63 #63dfde

Analogous Colors of #de63df

#de63df #df63a2 #a063df

Monochromatic Colors of #de63df

#de63df

Complementary Color

#de63df #64df63

#de63df Color Preview on Black Background

Lorem ipsum dolor sit amet.

#de63df Color Preview on White Background

Lorem ipsum dolor sit amet.

#de63df Color CSS Codes

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

#de63df Text Font Color

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

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


#de63df Background Color

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

This div background color is #de63df


#de63df Border Color

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

This div border color is #de63df


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #de63df

#de63df Color Palettes


Comments

No comments written yet.

Please login to write comment.