Color Hex Logo

#c7519f Color Hex

#C7519F
(199,81,159)
0 Favorites   0 Comments

Color spaces of #c7519f

RGB 19981159
HSL0.890.510.55
HSV320°59°78°
CMYK 0.000.590.20   0.22
XYZ32.753620.530235.0373
Yxy20.53020.37080.2324
Hunter Lab45.310349.7400-14.1303
CIE-Lab52.431455.5817-19.0672

#c7519f color RGB value is (199,81,159).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000111 01010001 10011111
Octal 307 121 237
Decimal 199 81 159
Hex C7 51 9F

RGB Percentages of Color #c7519f

%45.33
%18.45
%36.22

CMYK Percentages of Color #c7519f

%0
%59
%20
%22

Triadic Colors of #c7519f

#c7519f #9fc751 #519fc7

Analogous Colors of #c7519f

#c7519f #c75164 #b451c7

Monochromatic Colors of #c7519f

#c7519f

Complementary Color

#c7519f #51c779

#c7519f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c7519f Color Preview on White Background

Lorem ipsum dolor sit amet.

#c7519f Color CSS Codes

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

#c7519f Text Font Color

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

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


#c7519f Background Color

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

This div background color is #c7519f


#c7519f Border Color

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

This div border color is #c7519f


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(199,81,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 #c7519f">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c7519f


Comments

No comments written yet.

Please login to write comment.