Color Hex Logo

#c558aa Color Hex

#C558AA
(197,88,170)
0 Favorites   0 Comments

Color spaces of #c558aa

RGB 19788170
HSL0.870.480.56
HSV315°55°77°
CMYK 0.000.550.14   0.23
XYZ33.771421.752040.4488
Yxy21.75200.35190.2266
Hunter Lab46.639047.6338-18.7733
CIE-Lab53.762953.4368-23.4926

#c558aa color RGB value is (197,88,170).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000101 01011000 10101010
Octal 305 130 252
Decimal 197 88 170
Hex C5 58 AA

RGB Percentages of Color #c558aa

%43.30
%19.34
%37.36

CMYK Percentages of Color #c558aa

%0
%55
%14
%23

Triadic Colors of #c558aa

#c558aa #aac558 #58aac5

Analogous Colors of #c558aa

#c558aa #c55874 #aa58c5

Monochromatic Colors of #c558aa

#c558aa

Complementary Color

#c558aa #58c573

#c558aa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c558aa Color Preview on White Background

Lorem ipsum dolor sit amet.

#c558aa Color CSS Codes

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

#c558aa Text Font Color

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

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


#c558aa Background Color

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

This div background color is #c558aa


#c558aa Border Color

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

This div border color is #c558aa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c558aa


Comments

No comments written yet.

Please login to write comment.