Color Hex Logo

#c9296e Color Hex

#C9296E
(201,41,110)
0 Favorites   0 Comments

Color spaces of #c9296e

RGB 20141110
HSL0.930.660.47
HSV334°80°79°
CMYK 0.000.800.45   0.21
XYZ27.694815.129216.2124
Yxy15.12920.46910.2563
Hunter Lab38.896359.02652.5147
CIE-Lab45.810665.05420.5652

#c9296e color RGB value is (201,41,110).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001001 00101001 01101110
Octal 311 51 156
Decimal 201 41 110
Hex C9 29 6E

RGB Percentages of Color #c9296e

%57.10
%11.65
%31.25

CMYK Percentages of Color #c9296e

%0
%80
%45
%21

Triadic Colors of #c9296e

#c9296e #6ec929 #296ec9

Analogous Colors of #c9296e

#c9296e #c93429 #c929be

Monochromatic Colors of #c9296e

#c9296e

Complementary Color

#c9296e #29c984

#c9296e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c9296e Color Preview on White Background

Lorem ipsum dolor sit amet.

#c9296e Color CSS Codes

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

#c9296e Text Font Color

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

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


#c9296e Background Color

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

This div background color is #c9296e


#c9296e Border Color

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

This div border color is #c9296e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c9296e


Comments

No comments written yet.

Please login to write comment.