color codes Logo

#c0119f color codes

#C0119F
(192,17,159)
0 Favorites   0 Comments

Color spaces of #c0119f

RGB 19217159
HSL0.860.840.41
HSV311°91°75°
CMYK 0.000.910.17   0.25
XYZ28.196714.110634.0384
Yxy14.11060.36930.1848
Hunter Lab37.564168.2502-27.4303
CIE-Lab44.391173.1633-31.6148

#c0119f color RGB value is (192,17,159).

#c0119f hex color red value is 192, green value is 17 and the blue value of its RGB is 159. Cylindrical-coordinate representations (also known as HSL) of color #c0119f hue: 0.86 , saturation: 0.84 and the lightness value of c0119f is 0.41.

The process color (four color CMYK) of #c0119f color code is 0.00, 0.91, 0.17, 0.25. Web safe color of #c0119f is #cc0099. Color #c0119f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000000 00010001 10011111
Octal 300 21 237
Decimal 192 17 159
Hex C0 11 9F

RGB Percentages of Color #c0119f

%52.17
%4.62
%43.21

CMYK Percentages of Color #c0119f

%0
%91
%17
%25

Triadic Colors of #c0119f

#c0119f #9fc011 #119fc0

Analogous Colors of #c0119f

#c0119f #c01148 #8a11c0

Monochromatic Colors of #c0119f

#c0119f

Complementary Color

#c0119f #11c032

#c0119f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c0119f Color Preview on White Background

Lorem ipsum dolor sit amet.

#c0119f Color CSS Codes

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

#c0119f Text Font Color

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

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


#c0119f Background Color

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

This div background color is #c0119f


#c0119f Border Color

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

This div border color is #c0119f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c0119f


Comments

No comments written yet.

Please login to write comment.