Color Hex Logo

#c561af Color Hex

#C561AF
(197,97,175)
0 Favorites   0 Comments

Color spaces of #c561af

RGB 19797175
HSL0.870.460.58
HSV313°51°77°
CMYK 0.000.510.11   0.23
XYZ35.038523.514943.2495
Yxy23.51490.34420.2310
Hunter Lab48.492244.1157-18.9354
CIE-Lab55.598849.8982-23.5717

#c561af color RGB value is (197,97,175).

#c561af hex color red value is 197, green value is 97 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #c561af hue: 0.87 , saturation: 0.46 and the lightness value of c561af is 0.58.

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

Base Numbers

BaseRedGreenBlue
Binary 11000101 01100001 10101111
Octal 305 141 257
Decimal 197 97 175
Hex C5 61 AF

RGB Percentages of Color #c561af

%42.00
%20.68
%37.31

CMYK Percentages of Color #c561af

%0
%51
%11
%23

Triadic Colors of #c561af

#c561af #afc561 #61afc5

Analogous Colors of #c561af

#c561af #c5617d #a961c5

Monochromatic Colors of #c561af

#c561af

Complementary Color

#c561af #61c577

#c561af Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c561af Color Preview on White Background

Lorem ipsum dolor sit amet.

#c561af Color CSS Codes

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

#c561af Text Font Color

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

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


#c561af Background Color

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

This div background color is #c561af


#c561af Border Color

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

This div border color is #c561af


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c561af


Comments

No comments written yet.

Please login to write comment.