Color Hex Logo

#c0497d Color Hex

#C0497D
(192,73,125)
0 Favorites   0 Comments

Color spaces of #c0497d

RGB 19273125
HSL0.930.490.52
HSV334°62°75°
CMYK 0.000.620.35   0.25
XYZ27.822417.452221.3042
Yxy17.45220.41790.2621
Hunter Lab41.775845.7720-0.9927
CIE-Lab48.824852.5704-4.3418

#c0497d color RGB value is (192,73,125).

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

The process color (four color CMYK) of #c0497d color hex is 0.00, 0.62, 0.35, 0.25. Web safe color of #c0497d is #cc3366. Color #c0497d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000000 01001001 01111101
Octal 300 111 175
Decimal 192 73 125
Hex C0 49 7D

RGB Percentages of Color #c0497d

%49.23
%18.72
%32.05

CMYK Percentages of Color #c0497d

%0
%62
%35
%25

Triadic Colors of #c0497d

#c0497d #7dc049 #497dc0

Analogous Colors of #c0497d

#c0497d #c05149 #c049b9

Monochromatic Colors of #c0497d

#c0497d

Complementary Color

#c0497d #49c08c

#c0497d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c0497d Color Preview on White Background

Lorem ipsum dolor sit amet.

#c0497d Color CSS Codes

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

#c0497d Text Font Color

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

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


#c0497d Background Color

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

This div background color is #c0497d


#c0497d Border Color

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

This div border color is #c0497d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c0497d


Comments

No comments written yet.

Please login to write comment.