Color Hex Logo

#c7559f Color Hex

#C7559F
(199,85,159)
0 Favorites   0 Comments

Color spaces of #c7559f

RGB 19985159
HSL0.890.500.56
HSV321°57°78°
CMYK 0.000.570.20   0.22
XYZ33.059721.142335.1393
Yxy21.14230.37000.2366
Hunter Lab45.980847.8734-13.1239
CIE-Lab53.104953.7676-18.0390

#c7559f color RGB value is (199,85,159).

#c7559f hex color red value is 199, green value is 85 and the blue value of its RGB is 159. Cylindrical-coordinate representations (also known as HSL) of color #c7559f hue: 0.89 , saturation: 0.50 and the lightness value of c7559f is 0.56.

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

Base Numbers

BaseRedGreenBlue
Binary 11000111 01010101 10011111
Octal 307 125 237
Decimal 199 85 159
Hex C7 55 9F

RGB Percentages of Color #c7559f

%44.92
%19.19
%35.89

CMYK Percentages of Color #c7559f

%0
%57
%20
%22

Triadic Colors of #c7559f

#c7559f #9fc755 #559fc7

Analogous Colors of #c7559f

#c7559f #c75566 #b655c7

Monochromatic Colors of #c7559f

#c7559f

Complementary Color

#c7559f #55c77d

#c7559f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c7559f Color Preview on White Background

Lorem ipsum dolor sit amet.

#c7559f Color CSS Codes

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

#c7559f Text Font Color

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

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


#c7559f Background Color

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

This div background color is #c7559f


#c7559f Border Color

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

This div border color is #c7559f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c7559f


Comments

No comments written yet.

Please login to write comment.