Color Hex Logo

#c9497e Color Hex

#C9497E
(201,73,126)
0 Favorites   0 Comments

Color spaces of #c9497e

RGB 20173126
HSL0.930.540.54
HSV335°64°79°
CMYK 0.000.640.37   0.21
XYZ30.235818.689021.7524
Yxy18.68900.42780.2644
Hunter Lab43.230849.18980.4286
CIE-Lab50.321355.4542-2.5702

#c9497e color RGB value is (201,73,126).

#c9497e hex color red value is 201, green value is 73 and the blue value of its RGB is 126. Cylindrical-coordinate representations (also known as HSL) of color #c9497e hue: 0.93 , saturation: 0.54 and the lightness value of c9497e is 0.54.

The process color (four color CMYK) of #c9497e color hex is 0.00, 0.64, 0.37, 0.21. Web safe color of #c9497e is #cc3366. Color #c9497e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001001 01001001 01111110
Octal 311 111 176
Decimal 201 73 126
Hex C9 49 7E

RGB Percentages of Color #c9497e

%50.25
%18.25
%31.50

CMYK Percentages of Color #c9497e

%0
%64
%37
%21

Triadic Colors of #c9497e

#c9497e #7ec949 #497ec9

Analogous Colors of #c9497e

#c9497e #c95449 #c949be

Monochromatic Colors of #c9497e

#c9497e

Complementary Color

#c9497e #49c994

#c9497e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c9497e Color Preview on White Background

Lorem ipsum dolor sit amet.

#c9497e Color CSS Codes

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

#c9497e Text Font Color

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

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


#c9497e Background Color

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

This div background color is #c9497e


#c9497e Border Color

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

This div border color is #c9497e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c9497e


Comments

No comments written yet.

Please login to write comment.