Color Hex Logo

#de63de Color Hex

#DE63DE
(222,99,222)
0 Favorites   0 Comments

Color spaces of #de63de

RGB 22299222
HSL0.830.650.63
HSV300°55°87°
CMYK 0.000.550.00   0.13
XYZ47.770929.727272.3274
Yxy29.72720.31880.1984
Hunter Lab54.522760.9810-40.4857
CIE-Lab61.418163.8389-41.0267

#de63de color RGB value is (222,99,222).

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

The process color (four color CMYK) of #de63de color hex is 0.00, 0.55, 0.00, 0.13. Web safe color of #de63de is #cc66cc. Color #de63de contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011110 01100011 11011110
Octal 336 143 336
Decimal 222 99 222
Hex DE 63 DE

RGB Percentages of Color #de63de

%40.88
%18.23
%40.88

CMYK Percentages of Color #de63de

%0
%55
%0
%13

Triadic Colors of #de63de

#de63de #dede63 #63dede

Analogous Colors of #de63de

#de63de #de63a1 #a163de

Monochromatic Colors of #de63de

#de63de

Complementary Color

#de63de #63de63

#de63de Color Preview on Black Background

Lorem ipsum dolor sit amet.

#de63de Color Preview on White Background

Lorem ipsum dolor sit amet.

#de63de Color CSS Codes

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

#de63de Text Font Color

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

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


#de63de Background Color

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

This div background color is #de63de


#de63de Border Color

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

This div border color is #de63de


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #de63de


Comments

No comments written yet.

Please login to write comment.