Color Hex Logo

#c577ba Color Hex

#C577BA
(197,119,186)
0 Favorites   0 Comments

Color spaces of #c577ba

RGB 197119186
HSL0.860.400.62
HSV308°40°77°
CMYK 0.000.400.06   0.23
XYZ38.485728.609149.9481
Yxy28.60910.32880.2444
Hunter Lab53.487534.8325-17.9254
CIE-Lab60.435140.4436-22.4622

#c577ba color RGB value is (197,119,186).

#c577ba hex color red value is 197, green value is 119 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #c577ba hue: 0.86 , saturation: 0.40 and the lightness value of c577ba is 0.62.

The process color (four color CMYK) of #c577ba color hex is 0.00, 0.40, 0.06, 0.23. Web safe color of #c577ba is #cc66cc. Color #c577ba contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000101 01110111 10111010
Octal 305 167 272
Decimal 197 119 186
Hex C5 77 BA

RGB Percentages of Color #c577ba

%39.24
%23.71
%37.05

CMYK Percentages of Color #c577ba

%0
%40
%6
%23

Triadic Colors of #c577ba

#c577ba #bac577 #77bac5

Analogous Colors of #c577ba

#c577ba #c57793 #a977c5

Monochromatic Colors of #c577ba

#c577ba

Complementary Color

#c577ba #77c582

#c577ba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c577ba Color Preview on White Background

Lorem ipsum dolor sit amet.

#c577ba Color CSS Codes

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

#c577ba Text Font Color

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

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


#c577ba Background Color

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

This div background color is #c577ba


#c577ba Border Color

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

This div border color is #c577ba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c577ba


Comments

No comments written yet.

Please login to write comment.