Color Hex Logo

#c0499a Color Hex

#C0499A
(192,73,154)
0 Favorites   0 Comments

Color spaces of #c0499a

RGB 19273154
HSL0.890.490.52
HSV319°62°75°
CMYK 0.000.620.20   0.25
XYZ29.953518.304632.5263
Yxy18.30460.37080.2266
Hunter Lab42.783950.0982-15.1263
CIE-Lab49.863556.3621-20.1392

#c0499a color RGB value is (192,73,154).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000000 01001001 10011010
Octal 300 111 232
Decimal 192 73 154
Hex C0 49 9A

RGB Percentages of Color #c0499a

%45.82
%17.42
%36.75

CMYK Percentages of Color #c0499a

%0
%62
%20
%25

Triadic Colors of #c0499a

#c0499a #9ac049 #499ac0

Analogous Colors of #c0499a

#c0499a #c0495f #ab49c0

Monochromatic Colors of #c0499a

#c0499a

Complementary Color

#c0499a #49c06f

#c0499a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c0499a Color Preview on White Background

Lorem ipsum dolor sit amet.

#c0499a Color CSS Codes

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

#c0499a Text Font Color

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

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


#c0499a Background Color

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

This div background color is #c0499a


#c0499a Border Color

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

This div border color is #c0499a


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(192,73,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 #c0499a">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c0499a


Comments

No comments written yet.

Please login to write comment.