Color Hex Logo

#c0148f Color Hex

#C0148F
(192,20,143)
0 Favorites   0 Comments

Color spaces of #c0148f

RGB 19220143
HSL0.880.810.42
HSV317°90°75°
CMYK 0.000.900.26   0.25
XYZ26.946313.689927.2088
Yxy13.68990.39720.2018
Hunter Lab36.999965.2484-17.7005
CIE-Lab43.784970.7724-22.8963

#c0148f color RGB value is (192,20,143).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000000 00010100 10001111
Octal 300 24 217
Decimal 192 20 143
Hex C0 14 8F

RGB Percentages of Color #c0148f

%54.08
%5.63
%40.28

CMYK Percentages of Color #c0148f

%0
%90
%26
%25

Triadic Colors of #c0148f

#c0148f #8fc014 #148fc0

Analogous Colors of #c0148f

#c0148f #c01439 #9b14c0

Monochromatic Colors of #c0148f

#c0148f

Complementary Color

#c0148f #14c045

#c0148f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c0148f Color Preview on White Background

Lorem ipsum dolor sit amet.

#c0148f Color CSS Codes

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

#c0148f Text Font Color

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

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


#c0148f Background Color

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

This div background color is #c0148f


#c0148f Border Color

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

This div border color is #c0148f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c0148f


Comments

No comments written yet.

Please login to write comment.