Color Hex Logo

#c0149f Color Hex

#C0149F
(192,20,159)
0 Favorites   0 Comments

Color spaces of #c0149f

RGB 19220159
HSL0.870.810.42
HSV312°90°75°
CMYK 0.000.900.17   0.25
XYZ28.246414.210034.0549
Yxy14.21000.36920.1857
Hunter Lab37.696267.7850-27.1756
CIE-Lab44.532672.7493-31.3928

#c0149f color RGB value is (192,20,159).

#c0149f hex color red value is 192, green value is 20 and the blue value of its RGB is 159. Cylindrical-coordinate representations (also known as HSL) of color #c0149f hue: 0.87 , saturation: 0.81 and the lightness value of c0149f is 0.42.

The process color (four color CMYK) of #c0149f color hex is 0.00, 0.90, 0.17, 0.25. Web safe color of #c0149f is #cc0099. Color #c0149f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000000 00010100 10011111
Octal 300 24 237
Decimal 192 20 159
Hex C0 14 9F

RGB Percentages of Color #c0149f

%51.75
%5.39
%42.86

CMYK Percentages of Color #c0149f

%0
%90
%17
%25

Triadic Colors of #c0149f

#c0149f #9fc014 #149fc0

Analogous Colors of #c0149f

#c0149f #c01449 #8b14c0

Monochromatic Colors of #c0149f

#c0149f

Complementary Color

#c0149f #14c035

#c0149f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c0149f Color Preview on White Background

Lorem ipsum dolor sit amet.

#c0149f Color CSS Codes

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

#c0149f Text Font Color

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

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


#c0149f Background Color

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

This div background color is #c0149f


#c0149f Border Color

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

This div border color is #c0149f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c0149f


Comments

No comments written yet.

Please login to write comment.