Color Hex Logo

#c0146f Color Hex

#C0146F
(192,20,111)
0 Favorites   0 Comments

Color spaces of #c0146f

RGB 19220111
HSL0.910.810.42
HSV328°90°75°
CMYK 0.000.900.42   0.25
XYZ24.857612.854516.2099
Yxy12.85450.46100.2384
Hunter Lab35.853261.0140-1.7089
CIE-Lab42.543267.4085-5.0629

#c0146f color RGB value is (192,20,111).

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

The process color (four color CMYK) of #c0146f color hex is 0.00, 0.90, 0.42, 0.25. Web safe color of #c0146f is #cc0066. Color #c0146f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000000 00010100 01101111
Octal 300 24 157
Decimal 192 20 111
Hex C0 14 6F

RGB Percentages of Color #c0146f

%59.44
%6.19
%34.37

CMYK Percentages of Color #c0146f

%0
%90
%42
%25

Triadic Colors of #c0146f

#c0146f #6fc014 #146fc0

Analogous Colors of #c0146f

#c0146f #c01419 #bb14c0

Monochromatic Colors of #c0146f

#c0146f

Complementary Color

#c0146f #14c065

#c0146f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c0146f Color Preview on White Background

Lorem ipsum dolor sit amet.

#c0146f Color CSS Codes

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

#c0146f Text Font Color

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

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


#c0146f Background Color

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

This div background color is #c0146f


#c0146f Border Color

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

This div border color is #c0146f


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(192,20,111, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #c0146f">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c0146f


Comments

No comments written yet.

Please login to write comment.