Color Hex Logo

#c545aa Color Hex

#C545AA
(197,69,170)
0 Favorites   0 Comments

Color spaces of #c545aa

RGB 19769170
HSL0.870.520.52
HSV313°65°77°
CMYK 0.000.650.14   0.23
XYZ32.409819.028839.9950
Yxy19.02880.35450.2081
Hunter Lab43.622056.2814-23.8248
CIE-Lab50.720961.7240-28.1977

#c545aa color RGB value is (197,69,170).

#c545aa hex color red value is 197, green value is 69 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #c545aa hue: 0.87 , saturation: 0.52 and the lightness value of c545aa is 0.52.

The process color (four color CMYK) of #c545aa color hex is 0.00, 0.65, 0.14, 0.23. Web safe color of #c545aa is #cc3399. Color #c545aa contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000101 01000101 10101010
Octal 305 105 252
Decimal 197 69 170
Hex C5 45 AA

RGB Percentages of Color #c545aa

%45.18
%15.83
%38.99

CMYK Percentages of Color #c545aa

%0
%65
%14
%23

Triadic Colors of #c545aa

#c545aa #aac545 #45aac5

Analogous Colors of #c545aa

#c545aa #c5456a #a045c5

Monochromatic Colors of #c545aa

#c545aa

Complementary Color

#c545aa #45c560

#c545aa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c545aa Color Preview on White Background

Lorem ipsum dolor sit amet.

#c545aa Color CSS Codes

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

#c545aa Text Font Color

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

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


#c545aa Background Color

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

This div background color is #c545aa


#c545aa Border Color

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

This div border color is #c545aa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c545aa


Comments

No comments written yet.

Please login to write comment.