Color Hex Logo

#cc63dd Color Hex

#CC63DD
(204,99,221)
0 Favorites   0 Comments

Color spaces of #cc63dd

RGB 20499221
HSL0.810.640.63
HSV292°55°87°
CMYK 0.080.550.00   0.13
XYZ42.414826.981571.3791
Yxy26.98150.30130.1917
Hunter Lab51.943754.8532-45.1135
CIE-Lab58.957258.9963-44.5037

#cc63dd color RGB value is (204,99,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001100 01100011 11011101
Octal 314 143 335
Decimal 204 99 221
Hex CC 63 DD

RGB Percentages of Color #cc63dd

%38.93
%18.89
%42.18

CMYK Percentages of Color #cc63dd

%8
%55
%0
%13

Triadic Colors of #cc63dd

#cc63dd #ddcc63 #63ddcc

Analogous Colors of #cc63dd

#cc63dd #dd63b1 #8f63dd

Monochromatic Colors of #cc63dd

#cc63dd

Complementary Color

#cc63dd #74dd63

#cc63dd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cc63dd Color Preview on White Background

Lorem ipsum dolor sit amet.

#cc63dd Color CSS Codes

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

#cc63dd Text Font Color

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

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


#cc63dd Background Color

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

This div background color is #cc63dd


#cc63dd Border Color

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

This div border color is #cc63dd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cc63dd


Comments

No comments written yet.

Please login to write comment.