Color Hex Logo

#ce63de Color Hex

#CE63DE
(206,99,222)
0 Favorites   0 Comments

Color spaces of #ce63de

RGB 20699222
HSL0.810.650.63
HSV292°55°87°
CMYK 0.070.550.00   0.13
XYZ43.100327.319472.1088
Yxy27.31940.30240.1917
Hunter Lab52.268055.7226-45.2088
CIE-Lab59.268859.7006-44.5564

#ce63de color RGB value is (206,99,222).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001110 01100011 11011110
Octal 316 143 336
Decimal 206 99 222
Hex CE 63 DE

RGB Percentages of Color #ce63de

%39.09
%18.79
%42.13

CMYK Percentages of Color #ce63de

%7
%55
%0
%13

Triadic Colors of #ce63de

#ce63de #dece63 #63dece

Analogous Colors of #ce63de

#ce63de #de63b1 #9163de

Monochromatic Colors of #ce63de

#ce63de

Complementary Color

#ce63de #73de63

#ce63de Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ce63de Color Preview on White Background

Lorem ipsum dolor sit amet.

#ce63de Color CSS Codes

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

#ce63de Text Font Color

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

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


#ce63de Background Color

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

This div background color is #ce63de


#ce63de Border Color

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

This div border color is #ce63de


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ce63de


Comments

No comments written yet.

Please login to write comment.