Color Hex Logo

#cc63cc Color Hex

#CC63CC
(204,99,204)
0 Favorites   0 Comments

Color spaces of #cc63cc

RGB 20499204
HSL0.830.510.59
HSV300°51°80°
CMYK 0.000.510.00   0.20
XYZ40.262826.120760.0465
Yxy26.12070.31850.2066
Hunter Lab51.108451.1811-33.8830
CIE-Lab58.151455.8949-36.1635

#cc63cc color RGB value is (204,99,204).

#cc63cc hex color red value is 204, green value is 99 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #cc63cc hue: 0.83 , saturation: 0.51 and the lightness value of cc63cc is 0.59.

The process color (four color CMYK) of #cc63cc color hex is 0.00, 0.51, 0.00, 0.20. Web safe color of #cc63cc is #cc66cc. Color #cc63cc contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001100 01100011 11001100
Octal 314 143 314
Decimal 204 99 204
Hex CC 63 CC

RGB Percentages of Color #cc63cc

%40.24
%19.53
%40.24

CMYK Percentages of Color #cc63cc

%0
%51
%0
%20

Triadic Colors of #cc63cc

#cc63cc #cccc63 #63cccc

Analogous Colors of #cc63cc

#cc63cc #cc6398 #9863cc

Monochromatic Colors of #cc63cc

#cc63cc

Complementary Color

#cc63cc #63cc63

#cc63cc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cc63cc Color Preview on White Background

Lorem ipsum dolor sit amet.

#cc63cc Color CSS Codes

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

#cc63cc Text Font Color

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

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


#cc63cc Background Color

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

This div background color is #cc63cc


#cc63cc Border Color

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

This div border color is #cc63cc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cc63cc


Comments

No comments written yet.

Please login to write comment.