Color Hex Logo

#c557bb Color Hex

#C557BB
(197,87,187)
0 Favorites   0 Comments

Color spaces of #c557bb

RGB 19787187
HSL0.850.490.56
HSV305°56°77°
CMYK 0.000.560.05   0.23
XYZ35.403822.274649.4471
Yxy22.27460.33050.2079
Hunter Lab47.196051.3078-29.0808
CIE-Lab54.317256.6641-32.4929

#c557bb color RGB value is (197,87,187).

#c557bb hex color red value is 197, green value is 87 and the blue value of its RGB is 187. Cylindrical-coordinate representations (also known as HSL) of color #c557bb hue: 0.85 , saturation: 0.49 and the lightness value of c557bb is 0.56.

The process color (four color CMYK) of #c557bb color hex is 0.00, 0.56, 0.05, 0.23. Web safe color of #c557bb is #cc66cc. Color #c557bb contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000101 01010111 10111011
Octal 305 127 273
Decimal 197 87 187
Hex C5 57 BB

RGB Percentages of Color #c557bb

%41.83
%18.47
%39.70

CMYK Percentages of Color #c557bb

%0
%56
%5
%23

Triadic Colors of #c557bb

#c557bb #bbc557 #57bbc5

Analogous Colors of #c557bb

#c557bb #c55784 #9857c5

Monochromatic Colors of #c557bb

#c557bb

Complementary Color

#c557bb #57c561

#c557bb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c557bb Color Preview on White Background

Lorem ipsum dolor sit amet.

#c557bb Color CSS Codes

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

#c557bb Text Font Color

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

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


#c557bb Background Color

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

This div background color is #c557bb


#c557bb Border Color

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

This div border color is #c557bb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c557bb


Comments

No comments written yet.

Please login to write comment.