Color Hex Logo

#c563ca Color Hex

#C563CA
(197,99,202)
0 Favorites   0 Comments

Color spaces of #c563ca

RGB 19799202
HSL0.830.490.59
HSV297°51°79°
CMYK 0.020.510.00   0.21
XYZ38.148525.058358.7032
Yxy25.05830.31290.2055
Hunter Lab50.058348.4297-34.4884
CIE-Lab57.132253.5967-36.6886

#c563ca color RGB value is (197,99,202).

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

The process color (four color CMYK) of #c563ca color hex is 0.02, 0.51, 0.00, 0.21. Web safe color of #c563ca is #cc66cc. Color #c563ca contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000101 01100011 11001010
Octal 305 143 312
Decimal 197 99 202
Hex C5 63 CA

RGB Percentages of Color #c563ca

%39.56
%19.88
%40.56

CMYK Percentages of Color #c563ca

%2
%51
%0
%21

Triadic Colors of #c563ca

#c563ca #cac563 #63cac5

Analogous Colors of #c563ca

#c563ca #ca639c #9263ca

Monochromatic Colors of #c563ca

#c563ca

Complementary Color

#c563ca #68ca63

#c563ca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c563ca Color Preview on White Background

Lorem ipsum dolor sit amet.

#c563ca Color CSS Codes

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

#c563ca Text Font Color

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

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


#c563ca Background Color

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

This div background color is #c563ca


#c563ca Border Color

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

This div border color is #c563ca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c563ca


Comments

No comments written yet.

Please login to write comment.