Color Hex Logo

#c9297a Color Hex

#C9297A
(201,41,122)
0 Favorites   0 Comments

Color spaces of #c9297a

RGB 20141122
HSL0.920.660.47
HSV330°80°79°
CMYK 0.000.800.39   0.21
XYZ28.393215.408519.8900
Yxy15.40850.44580.2419
Hunter Lab39.253760.4198-2.5649
CIE-Lab46.188766.1880-6.2587

#c9297a color RGB value is (201,41,122).

#c9297a hex color red value is 201, green value is 41 and the blue value of its RGB is 122. Cylindrical-coordinate representations (also known as HSL) of color #c9297a hue: 0.92 , saturation: 0.66 and the lightness value of c9297a is 0.47.

The process color (four color CMYK) of #c9297a color hex is 0.00, 0.80, 0.39, 0.21. Web safe color of #c9297a is #cc3366. Color #c9297a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001001 00101001 01111010
Octal 311 51 172
Decimal 201 41 122
Hex C9 29 7A

RGB Percentages of Color #c9297a

%55.22
%11.26
%33.52

CMYK Percentages of Color #c9297a

%0
%80
%39
%21

Triadic Colors of #c9297a

#c9297a #7ac929 #297ac9

Analogous Colors of #c9297a

#c9297a #c9292a #c829c9

Monochromatic Colors of #c9297a

#c9297a

Complementary Color

#c9297a #29c978

#c9297a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c9297a Color Preview on White Background

Lorem ipsum dolor sit amet.

#c9297a Color CSS Codes

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

#c9297a Text Font Color

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

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


#c9297a Background Color

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

This div background color is #c9297a


#c9297a Border Color

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

This div border color is #c9297a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c9297a


Comments

No comments written yet.

Please login to write comment.