Color Hex Logo

#c560bc Color Hex

#C560BC
(197,96,188)
0 Favorites   0 Comments

Color spaces of #c560bc

RGB 19796188
HSL0.850.470.57
HSV305°51°77°
CMYK 0.000.510.05   0.23
XYZ36.285923.866950.2712
Yxy23.86690.32860.2161
Hunter Lab48.853847.0859-26.8126
CIE-Lab55.954352.5708-30.5196

#c560bc color RGB value is (197,96,188).

#c560bc hex color red value is 197, green value is 96 and the blue value of its RGB is 188. Cylindrical-coordinate representations (also known as HSL) of color #c560bc hue: 0.85 , saturation: 0.47 and the lightness value of c560bc is 0.57.

The process color (four color CMYK) of #c560bc color hex is 0.00, 0.51, 0.05, 0.23. Web safe color of #c560bc is #cc66cc. Color #c560bc contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000101 01100000 10111100
Octal 305 140 274
Decimal 197 96 188
Hex C5 60 BC

RGB Percentages of Color #c560bc

%40.96
%19.96
%39.09

CMYK Percentages of Color #c560bc

%0
%51
%5
%23

Triadic Colors of #c560bc

#c560bc #bcc560 #60bcc5

Analogous Colors of #c560bc

#c560bc #c5608a #9c60c5

Monochromatic Colors of #c560bc

#c560bc

Complementary Color

#c560bc #60c569

#c560bc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c560bc Color Preview on White Background

Lorem ipsum dolor sit amet.

#c560bc Color CSS Codes

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

#c560bc Text Font Color

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

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


#c560bc Background Color

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

This div background color is #c560bc


#c560bc Border Color

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

This div border color is #c560bc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c560bc


Comments

No comments written yet.

Please login to write comment.