Color Hex Logo

#c557b7 Color Hex

#C557B7
(197,87,183)
0 Favorites   0 Comments

Color spaces of #c557b7

RGB 19787183
HSL0.850.490.56
HSV308°56°77°
CMYK 0.000.560.07   0.23
XYZ34.981422.105647.2228
Yxy22.10560.33540.2119
Hunter Lab47.016650.5290-26.6384
CIE-Lab54.138955.9961-30.4598

#c557b7 color RGB value is (197,87,183).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000101 01010111 10110111
Octal 305 127 267
Decimal 197 87 183
Hex C5 57 B7

RGB Percentages of Color #c557b7

%42.18
%18.63
%39.19

CMYK Percentages of Color #c557b7

%0
%56
%7
%23

Triadic Colors of #c557b7

#c557b7 #b7c557 #57b7c5

Analogous Colors of #c557b7

#c557b7 #c55780 #9c57c5

Monochromatic Colors of #c557b7

#c557b7

Complementary Color

#c557b7 #57c565

#c557b7 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c557b7 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c557b7 Color CSS Codes

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

#c557b7 Text Font Color

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

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


#c557b7 Background Color

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

This div background color is #c557b7


#c557b7 Border Color

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

This div border color is #c557b7


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c557b7


Comments

No comments written yet.

Please login to write comment.