Color Hex Logo

#c0419f Color Hex

#C0419F
(192,65,159)
0 Favorites   0 Comments

Color spaces of #c0419f

RGB 19265159
HSL0.880.500.50
HSV316°66°75°
CMYK 0.000.660.17   0.25
XYZ29.886517.490334.6017
Yxy17.49030.36460.2134
Hunter Lab41.821454.3726-19.7797
CIE-Lab48.872060.3820-24.6339

#c0419f color RGB value is (192,65,159).

#c0419f hex color red value is 192, green value is 65 and the blue value of its RGB is 159. Cylindrical-coordinate representations (also known as HSL) of color #c0419f hue: 0.88 , saturation: 0.50 and the lightness value of c0419f is 0.50.

The process color (four color CMYK) of #c0419f color hex is 0.00, 0.66, 0.17, 0.25. Web safe color of #c0419f is #cc3399. Color #c0419f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000000 01000001 10011111
Octal 300 101 237
Decimal 192 65 159
Hex C0 41 9F

RGB Percentages of Color #c0419f

%46.15
%15.63
%38.22

CMYK Percentages of Color #c0419f

%0
%66
%17
%25

Triadic Colors of #c0419f

#c0419f #9fc041 #419fc0

Analogous Colors of #c0419f

#c0419f #c0415f #a241c0

Monochromatic Colors of #c0419f

#c0419f

Complementary Color

#c0419f #41c062

#c0419f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c0419f Color Preview on White Background

Lorem ipsum dolor sit amet.

#c0419f Color CSS Codes

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

#c0419f Text Font Color

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

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


#c0419f Background Color

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

This div background color is #c0419f


#c0419f Border Color

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

This div border color is #c0419f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c0419f


Comments

No comments written yet.

Please login to write comment.