color codes Logo

#c0148a color codes

#C0148A
(192,20,138)
0 Favorites   0 Comments

Color spaces of #c0148a

RGB 19220138
HSL0.890.810.42
HSV319°90°75°
CMYK 0.000.900.28   0.25
XYZ26.575813.541825.2579
Yxy13.54180.40650.2071
Hunter Lab36.799264.5114-14.9355
CIE-Lab43.568570.1926-20.1835

#c0148a color RGB value is (192,20,138).

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

The process color (four color CMYK) of #c0148a color code is 0.00, 0.90, 0.28, 0.25. Web safe color of #c0148a is #cc0099. Color #c0148a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000000 00010100 10001010
Octal 300 24 212
Decimal 192 20 138
Hex C0 14 8A

RGB Percentages of Color #c0148a

%54.86
%5.71
%39.43

CMYK Percentages of Color #c0148a

%0
%90
%28
%25

Triadic Colors of #c0148a

#c0148a #8ac014 #148ac0

Analogous Colors of #c0148a

#c0148a #c01434 #a014c0

Monochromatic Colors of #c0148a

#c0148a

Complementary Color

#c0148a #14c04a

#c0148a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c0148a Color Preview on White Background

Lorem ipsum dolor sit amet.

#c0148a Color CSS Codes

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

#c0148a Text Font Color

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

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


#c0148a Background Color

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

This div background color is #c0148a


#c0148a Border Color

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

This div border color is #c0148a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c0148a


Comments

No comments written yet.

Please login to write comment.