Color Hex Logo

#c561aa Color Hex

#C561AA
(197,97,170)
0 Favorites   0 Comments

Color spaces of #c561aa

RGB 19797170
HSL0.880.460.58
HSV316°51°77°
CMYK 0.000.510.14   0.23
XYZ34.556423.322040.7105
Yxy23.32200.35050.2366
Hunter Lab48.292943.2148-16.1760
CIE-Lab55.402549.0925-20.9751

#c561aa color RGB value is (197,97,170).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000101 01100001 10101010
Octal 305 141 252
Decimal 197 97 170
Hex C5 61 AA

RGB Percentages of Color #c561aa

%42.46
%20.91
%36.64

CMYK Percentages of Color #c561aa

%0
%51
%14
%23

Triadic Colors of #c561aa

#c561aa #aac561 #61aac5

Analogous Colors of #c561aa

#c561aa #c56178 #ae61c5

Monochromatic Colors of #c561aa

#c561aa

Complementary Color

#c561aa #61c57c

#c561aa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c561aa Color Preview on White Background

Lorem ipsum dolor sit amet.

#c561aa Color CSS Codes

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

#c561aa Text Font Color

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

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


#c561aa Background Color

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

This div background color is #c561aa


#c561aa Border Color

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

This div border color is #c561aa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c561aa


Comments

No comments written yet.

Please login to write comment.