Color Hex Logo

#c9147e Color Hex

#C9147E
(201,20,126)
0 Favorites   0 Comments

Color spaces of #c9147e

RGB 20120126
HSL0.900.820.43
HSV325°90°79°
CMYK 0.000.900.37   0.21
XYZ28.103414.424221.0416
Yxy14.42420.44210.2269
Hunter Lab37.979265.6207-6.2630
CIE-Lab44.835270.8808-10.7414

#c9147e color RGB value is (201,20,126).

#c9147e hex color red value is 201, green value is 20 and the blue value of its RGB is 126. Cylindrical-coordinate representations (also known as HSL) of color #c9147e hue: 0.90 , saturation: 0.82 and the lightness value of c9147e is 0.43.

The process color (four color CMYK) of #c9147e color hex is 0.00, 0.90, 0.37, 0.21. Web safe color of #c9147e is #cc0066. Color #c9147e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001001 00010100 01111110
Octal 311 24 176
Decimal 201 20 126
Hex C9 14 7E

RGB Percentages of Color #c9147e

%57.93
%5.76
%36.31

CMYK Percentages of Color #c9147e

%0
%90
%37
%21

Triadic Colors of #c9147e

#c9147e #7ec914 #147ec9

Analogous Colors of #c9147e

#c9147e #c91423 #ba14c9

Monochromatic Colors of #c9147e

#c9147e

Complementary Color

#c9147e #14c95f

#c9147e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c9147e Color Preview on White Background

Lorem ipsum dolor sit amet.

#c9147e Color CSS Codes

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

#c9147e Text Font Color

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

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


#c9147e Background Color

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

This div background color is #c9147e


#c9147e Border Color

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

This div border color is #c9147e


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(201,20,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 #c9147e">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c9147e


Comments

No comments written yet.

Please login to write comment.