Color Hex Logo

#c565aa Color Hex

#C565AA
(197,101,170)
0 Favorites   0 Comments

Color spaces of #c565aa

RGB 197101170
HSL0.880.450.58
HSV317°49°77°
CMYK 0.000.490.14   0.23
XYZ34.935324.080040.8368
Yxy24.08000.34990.2412
Hunter Lab49.071441.2043-14.9907
CIE-Lab56.167847.0932-19.8044

#c565aa color RGB value is (197,101,170).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000101 01100101 10101010
Octal 305 145 252
Decimal 197 101 170
Hex C5 65 AA

RGB Percentages of Color #c565aa

%42.09
%21.58
%36.32

CMYK Percentages of Color #c565aa

%0
%49
%14
%23

Triadic Colors of #c565aa

#c565aa #aac565 #65aac5

Analogous Colors of #c565aa

#c565aa #c5657a #b065c5

Monochromatic Colors of #c565aa

#c565aa

Complementary Color

#c565aa #65c580

#c565aa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c565aa Color Preview on White Background

Lorem ipsum dolor sit amet.

#c565aa Color CSS Codes

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

#c565aa Text Font Color

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

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


#c565aa Background Color

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

This div background color is #c565aa


#c565aa Border Color

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

This div border color is #c565aa


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(197,101,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 #c565aa">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c565aa


Comments

No comments written yet.

Please login to write comment.