Color Hex Logo

#c520ca Color Hex

#C520CA
(197,32,202)
0 Favorites   0 Comments

Color spaces of #c520ca

RGB 19732202
HSL0.830.730.46
HSV298°84°79°
CMYK 0.020.840.00   0.21
XYZ34.203117.167657.3881
Yxy17.16760.31450.1579
Hunter Lab41.433874.8404-53.1163
CIE-Lab48.470577.7513-50.3978

#c520ca color RGB value is (197,32,202).

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

The process color (four color CMYK) of #c520ca color hex is 0.02, 0.84, 0.00, 0.21. Web safe color of #c520ca is #cc33cc. Color #c520ca contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000101 00100000 11001010
Octal 305 40 312
Decimal 197 32 202
Hex C5 20 CA

RGB Percentages of Color #c520ca

%45.71
%7.42
%46.87

CMYK Percentages of Color #c520ca

%2
%84
%0
%21

Triadic Colors of #c520ca

#c520ca #cac520 #20cac5

Analogous Colors of #c520ca

#c520ca #ca207a #7020ca

Monochromatic Colors of #c520ca

#c520ca

Complementary Color

#c520ca #25ca20

#c520ca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c520ca Color Preview on White Background

Lorem ipsum dolor sit amet.

#c520ca Color CSS Codes

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

#c520ca Text Font Color

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

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


#c520ca Background Color

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

This div background color is #c520ca


#c520ca Border Color

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

This div border color is #c520ca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c520ca


Comments

No comments written yet.

Please login to write comment.