Color Hex Logo

#c0149e Color Hex

#C0149E
(192,20,158)
0 Favorites   0 Comments

Color spaces of #c0149e

RGB 19220158
HSL0.870.810.42
HSV312°90°75°
CMYK 0.000.900.18   0.25
XYZ28.159914.175433.5997
Yxy14.17540.37080.1867
Hunter Lab37.650267.6184-26.5562
CIE-Lab44.483472.6203-30.8700

#c0149e color RGB value is (192,20,158).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000000 00010100 10011110
Octal 300 24 236
Decimal 192 20 158
Hex C0 14 9E

RGB Percentages of Color #c0149e

%51.89
%5.41
%42.70

CMYK Percentages of Color #c0149e

%0
%90
%18
%25

Triadic Colors of #c0149e

#c0149e #9ec014 #149ec0

Analogous Colors of #c0149e

#c0149e #c01448 #8c14c0

Monochromatic Colors of #c0149e

#c0149e

Complementary Color

#c0149e #14c036

#c0149e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c0149e Color Preview on White Background

Lorem ipsum dolor sit amet.

#c0149e Color CSS Codes

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

#c0149e Text Font Color

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

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


#c0149e Background Color

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

This div background color is #c0149e


#c0149e Border Color

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

This div border color is #c0149e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c0149e


Comments

No comments written yet.

Please login to write comment.