Color Hex Logo

#c5559a Color Hex

#C5559A
(197,85,154)
0 Favorites   0 Comments

Color spaces of #c5559a

RGB 19785154
HSL0.900.490.55
HSV323°57°77°
CMYK 0.000.570.22   0.23
XYZ32.107220.700432.8752
Yxy20.70040.37470.2416
Hunter Lab45.497746.3444-10.9927
CIE-Lab52.620052.4475-15.8629

#c5559a color RGB value is (197,85,154).

#c5559a hex color red value is 197, green value is 85 and the blue value of its RGB is 154. Cylindrical-coordinate representations (also known as HSL) of color #c5559a hue: 0.90 , saturation: 0.49 and the lightness value of c5559a is 0.55.

The process color (four color CMYK) of #c5559a color hex is 0.00, 0.57, 0.22, 0.23. Web safe color of #c5559a is #cc6699. Color #c5559a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000101 01010101 10011010
Octal 305 125 232
Decimal 197 85 154
Hex C5 55 9A

RGB Percentages of Color #c5559a

%45.18
%19.50
%35.32

CMYK Percentages of Color #c5559a

%0
%57
%22
%23

Triadic Colors of #c5559a

#c5559a #9ac555 #559ac5

Analogous Colors of #c5559a

#c5559a #c55562 #b855c5

Monochromatic Colors of #c5559a

#c5559a

Complementary Color

#c5559a #55c580

#c5559a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c5559a Color Preview on White Background

Lorem ipsum dolor sit amet.

#c5559a Color CSS Codes

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

#c5559a Text Font Color

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

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


#c5559a Background Color

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

This div background color is #c5559a


#c5559a Border Color

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

This div border color is #c5559a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c5559a


Comments

No comments written yet.

Please login to write comment.