Color Hex Logo

#c4519f Color Hex

#C4519F
(196,81,159)
0 Favorites   0 Comments

Color spaces of #c4519f

RGB 19681159
HSL0.890.490.54
HSV319°59°77°
CMYK 0.000.590.19   0.23
XYZ31.965420.123835.0004
Yxy20.12380.36700.2311
Hunter Lab44.859648.6888-14.8577
CIE-Lab51.976954.7062-19.8028

#c4519f color RGB value is (196,81,159).

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

The process color (four color CMYK) of #c4519f color hex is 0.00, 0.59, 0.19, 0.23. Web safe color of #c4519f is #cc6699. Color #c4519f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000100 01010001 10011111
Octal 304 121 237
Decimal 196 81 159
Hex C4 51 9F

RGB Percentages of Color #c4519f

%44.95
%18.58
%36.47

CMYK Percentages of Color #c4519f

%0
%59
%19
%23

Triadic Colors of #c4519f

#c4519f #9fc451 #519fc4

Analogous Colors of #c4519f

#c4519f #c45166 #b051c4

Monochromatic Colors of #c4519f

#c4519f

Complementary Color

#c4519f #51c476

#c4519f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c4519f Color Preview on White Background

Lorem ipsum dolor sit amet.

#c4519f Color CSS Codes

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

#c4519f Text Font Color

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

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


#c4519f Background Color

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

This div background color is #c4519f


#c4519f Border Color

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

This div border color is #c4519f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c4519f


Comments

No comments written yet.

Please login to write comment.