Color Hex Logo

#c0489a Color Hex

#C0489A
(192,72,154)
0 Favorites   0 Comments

Color spaces of #c0489a

RGB 19272154
HSL0.890.490.52
HSV319°63°75°
CMYK 0.000.630.20   0.25
XYZ29.888318.174332.5045
Yxy18.17430.37100.2256
Hunter Lab42.631350.5393-15.3641
CIE-Lab49.706856.7903-20.3794

#c0489a color RGB value is (192,72,154).

#c0489a hex color red value is 192, green value is 72 and the blue value of its RGB is 154. Cylindrical-coordinate representations (also known as HSL) of color #c0489a hue: 0.89 , saturation: 0.49 and the lightness value of c0489a is 0.52.

The process color (four color CMYK) of #c0489a color hex is 0.00, 0.63, 0.20, 0.25. Web safe color of #c0489a is #cc3399. Color #c0489a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000000 01001000 10011010
Octal 300 110 232
Decimal 192 72 154
Hex C0 48 9A

RGB Percentages of Color #c0489a

%45.93
%17.22
%36.84

CMYK Percentages of Color #c0489a

%0
%63
%20
%25

Triadic Colors of #c0489a

#c0489a #9ac048 #489ac0

Analogous Colors of #c0489a

#c0489a #c0485e #aa48c0

Monochromatic Colors of #c0489a

#c0489a

Complementary Color

#c0489a #48c06e

#c0489a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c0489a Color Preview on White Background

Lorem ipsum dolor sit amet.

#c0489a Color CSS Codes

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

#c0489a Text Font Color

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

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


#c0489a Background Color

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

This div background color is #c0489a


#c0489a Border Color

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

This div border color is #c0489a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c0489a


Comments

No comments written yet.

Please login to write comment.