Color Hex Logo

#c520bd Color Hex

#C520BD
(197,32,189)
0 Favorites   0 Comments

Color spaces of #c520bd

RGB 19732189
HSL0.840.720.45
HSV303°84°77°
CMYK 0.000.840.04   0.23
XYZ32.727816.577549.6189
Yxy16.57750.33080.1676
Hunter Lab40.715572.2293-43.7544
CIE-Lab47.723275.7837-44.0396

#c520bd color RGB value is (197,32,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000101 00100000 10111101
Octal 305 40 275
Decimal 197 32 189
Hex C5 20 BD

RGB Percentages of Color #c520bd

%47.13
%7.66
%45.22

CMYK Percentages of Color #c520bd

%0
%84
%4
%23

Triadic Colors of #c520bd

#c520bd #bdc520 #20bdc5

Analogous Colors of #c520bd

#c520bd #c5206b #7b20c5

Monochromatic Colors of #c520bd

#c520bd

Complementary Color

#c520bd #20c528

#c520bd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c520bd Color Preview on White Background

Lorem ipsum dolor sit amet.

#c520bd Color CSS Codes

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

#c520bd Text Font Color

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

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


#c520bd Background Color

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

This div background color is #c520bd


#c520bd Border Color

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

This div border color is #c520bd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c520bd


Comments

No comments written yet.

Please login to write comment.