Color Hex Logo

#de63dc Color Hex

#DE63DC
(222,99,220)
0 Favorites   0 Comments

Color spaces of #de63dc

RGB 22299220
HSL0.840.650.63
HSV301°55°87°
CMYK 0.000.550.01   0.13
XYZ47.504329.620670.9237
Yxy29.62060.32090.2001
Hunter Lab54.424860.5590-39.1664
CIE-Lab61.325563.4973-40.0501

#de63dc color RGB value is (222,99,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011110 01100011 11011100
Octal 336 143 334
Decimal 222 99 220
Hex DE 63 DC

RGB Percentages of Color #de63dc

%41.04
%18.30
%40.67

CMYK Percentages of Color #de63dc

%0
%55
%1
%13

Triadic Colors of #de63dc

#de63dc #dcde63 #63dcde

Analogous Colors of #de63dc

#de63dc #de639f #a363de

Monochromatic Colors of #de63dc

#de63dc

Complementary Color

#de63dc #63de65

#de63dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#de63dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#de63dc Color CSS Codes

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

#de63dc Text Font Color

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

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


#de63dc Background Color

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

This div background color is #de63dc


#de63dc Border Color

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

This div border color is #de63dc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #de63dc


Comments

No comments written yet.

Please login to write comment.