Color Hex Logo

#c520ba Color Hex

#C520BA
(197,32,186)
0 Favorites   0 Comments

Color spaces of #c520ba

RGB 19732186
HSL0.840.720.45
HSV304°84°77°
CMYK 0.000.840.06   0.23
XYZ32.405416.448547.9213
Yxy16.44850.33490.1700
Hunter Lab40.556871.6496-41.6665
CIE-Lab47.557575.3435-42.5497

#c520ba color RGB value is (197,32,186).

#c520ba hex color red value is 197, green value is 32 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #c520ba hue: 0.84 , saturation: 0.72 and the lightness value of c520ba is 0.45.

The process color (four color CMYK) of #c520ba color hex is 0.00, 0.84, 0.06, 0.23. Web safe color of #c520ba is #cc33cc. Color #c520ba contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000101 00100000 10111010
Octal 305 40 272
Decimal 197 32 186
Hex C5 20 BA

RGB Percentages of Color #c520ba

%47.47
%7.71
%44.82

CMYK Percentages of Color #c520ba

%0
%84
%6
%23

Triadic Colors of #c520ba

#c520ba #bac520 #20bac5

Analogous Colors of #c520ba

#c520ba #c52068 #7e20c5

Monochromatic Colors of #c520ba

#c520ba

Complementary Color

#c520ba #20c52b

#c520ba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c520ba Color Preview on White Background

Lorem ipsum dolor sit amet.

#c520ba Color CSS Codes

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

#c520ba Text Font Color

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

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


#c520ba Background Color

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

This div background color is #c520ba


#c520ba Border Color

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

This div border color is #c520ba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c520ba


Comments

No comments written yet.

Please login to write comment.