Color Hex Logo

#c560ab Color Hex

#C560AB
(197,96,171)
0 Favorites   0 Comments

Color spaces of #c560ab

RGB 19796171
HSL0.880.470.57
HSV315°51°77°
CMYK 0.000.510.13   0.23
XYZ34.559523.176341.1801
Yxy23.17630.34940.2343
Hunter Lab48.141843.8916-17.0170
CIE-Lab55.253549.7454-21.7839

#c560ab color RGB value is (197,96,171).

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

The process color (four color CMYK) of #c560ab color hex is 0.00, 0.51, 0.13, 0.23. Web safe color of #c560ab is #cc6699. Color #c560ab contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000101 01100000 10101011
Octal 305 140 253
Decimal 197 96 171
Hex C5 60 AB

RGB Percentages of Color #c560ab

%42.46
%20.69
%36.85

CMYK Percentages of Color #c560ab

%0
%51
%13
%23

Triadic Colors of #c560ab

#c560ab #abc560 #60abc5

Analogous Colors of #c560ab

#c560ab #c56079 #ad60c5

Monochromatic Colors of #c560ab

#c560ab

Complementary Color

#c560ab #60c57a

#c560ab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c560ab Color Preview on White Background

Lorem ipsum dolor sit amet.

#c560ab Color CSS Codes

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

#c560ab Text Font Color

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

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


#c560ab Background Color

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

This div background color is #c560ab


#c560ab Border Color

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

This div border color is #c560ab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c560ab


Comments

No comments written yet.

Please login to write comment.