Color Hex Logo

#c9298e Color Hex

#C9298E
(201,41,142)
0 Favorites   0 Comments

Color spaces of #c9298e

RGB 20141142
HSL0.890.660.47
HSV322°80°79°
CMYK 0.000.800.29   0.21
XYZ29.762815.956427.1024
Yxy15.95640.40870.2191
Hunter Lab39.945563.0933-12.2656
CIE-Lab46.917268.3379-17.3313

#c9298e color RGB value is (201,41,142).

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

The process color (four color CMYK) of #c9298e color hex is 0.00, 0.80, 0.29, 0.21. Web safe color of #c9298e is #cc3399. Color #c9298e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001001 00101001 10001110
Octal 311 51 216
Decimal 201 41 142
Hex C9 29 8E

RGB Percentages of Color #c9298e

%52.34
%10.68
%36.98

CMYK Percentages of Color #c9298e

%0
%80
%29
%21

Triadic Colors of #c9298e

#c9298e #8ec929 #298ec9

Analogous Colors of #c9298e

#c9298e #c9293e #b429c9

Monochromatic Colors of #c9298e

#c9298e

Complementary Color

#c9298e #29c964

#c9298e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c9298e Color Preview on White Background

Lorem ipsum dolor sit amet.

#c9298e Color CSS Codes

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

#c9298e Text Font Color

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

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


#c9298e Background Color

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

This div background color is #c9298e


#c9298e Border Color

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

This div border color is #c9298e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c9298e


Comments

No comments written yet.

Please login to write comment.