Color Hex Logo

#c9297c Color Hex

#C9297C
(201,41,124)
0 Favorites   0 Comments

Color spaces of #c9297c

RGB 20141124
HSL0.910.660.47
HSV329°80°79°
CMYK 0.000.800.38   0.21
XYZ28.518415.458620.5495
Yxy15.45860.44200.2396
Hunter Lab39.317460.6672-3.4661
CIE-Lab46.256066.3884-7.3832

#c9297c color RGB value is (201,41,124).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001001 00101001 01111100
Octal 311 51 174
Decimal 201 41 124
Hex C9 29 7C

RGB Percentages of Color #c9297c

%54.92
%11.20
%33.88

CMYK Percentages of Color #c9297c

%0
%80
%38
%21

Triadic Colors of #c9297c

#c9297c #7cc929 #297cc9

Analogous Colors of #c9297c

#c9297c #c9292c #c629c9

Monochromatic Colors of #c9297c

#c9297c

Complementary Color

#c9297c #29c976

#c9297c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c9297c Color Preview on White Background

Lorem ipsum dolor sit amet.

#c9297c Color CSS Codes

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

#c9297c Text Font Color

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

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


#c9297c Background Color

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

This div background color is #c9297c


#c9297c Border Color

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

This div border color is #c9297c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c9297c


Comments

No comments written yet.

Please login to write comment.