Color Hex Logo

#c563cc Color Hex

#C563CC
(197,99,204)
0 Favorites   0 Comments

Color spaces of #c563cc

RGB 19799204
HSL0.820.510.59
HSV296°51°80°
CMYK 0.030.510.00   0.20
XYZ38.386925.153659.9587
Yxy25.15360.31080.2037
Hunter Lab50.153448.8538-35.7743
CIE-Lab57.224853.9643-37.6812

#c563cc color RGB value is (197,99,204).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000101 01100011 11001100
Octal 305 143 314
Decimal 197 99 204
Hex C5 63 CC

RGB Percentages of Color #c563cc

%39.40
%19.80
%40.80

CMYK Percentages of Color #c563cc

%3
%51
%0
%20

Triadic Colors of #c563cc

#c563cc #ccc563 #63ccc5

Analogous Colors of #c563cc

#c563cc #cc639f #9163cc

Monochromatic Colors of #c563cc

#c563cc

Complementary Color

#c563cc #6acc63

#c563cc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c563cc Color Preview on White Background

Lorem ipsum dolor sit amet.

#c563cc Color CSS Codes

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

#c563cc Text Font Color

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

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


#c563cc Background Color

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

This div background color is #c563cc


#c563cc Border Color

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

This div border color is #c563cc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c563cc


Comments

No comments written yet.

Please login to write comment.