Color Hex Logo

#c562ca Color Hex

#C562CA
(197,98,202)
0 Favorites   0 Comments

Color spaces of #c562ca

RGB 19798202
HSL0.830.500.59
HSV297°51°79°
CMYK 0.020.510.00   0.21
XYZ38.054324.869958.6718
Yxy24.86990.31300.2045
Hunter Lab49.869748.9367-34.8459
CIE-Lab56.948454.0849-36.9764

#c562ca color RGB value is (197,98,202).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000101 01100010 11001010
Octal 305 142 312
Decimal 197 98 202
Hex C5 62 CA

RGB Percentages of Color #c562ca

%39.64
%19.72
%40.64

CMYK Percentages of Color #c562ca

%2
%51
%0
%21

Triadic Colors of #c562ca

#c562ca #cac562 #62cac5

Analogous Colors of #c562ca

#c562ca #ca629b #9162ca

Monochromatic Colors of #c562ca

#c562ca

Complementary Color

#c562ca #67ca62

#c562ca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c562ca Color Preview on White Background

Lorem ipsum dolor sit amet.

#c562ca Color CSS Codes

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

#c562ca Text Font Color

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

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


#c562ca Background Color

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

This div background color is #c562ca


#c562ca Border Color

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

This div border color is #c562ca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c562ca


Comments

No comments written yet.

Please login to write comment.