Color Hex Logo

#c9177d Color Hex

#C9177D
(201,23,125)
0 Favorites   0 Comments

Color spaces of #c9177d

RGB 20123125
HSL0.900.790.44
HSV326°89°79°
CMYK 0.000.890.38   0.21
XYZ28.095514.511020.7221
Yxy14.51100.44360.2291
Hunter Lab38.093364.9884-5.5874
CIE-Lab44.957070.3247-9.9432

#c9177d color RGB value is (201,23,125).

#c9177d hex color red value is 201, green value is 23 and the blue value of its RGB is 125. Cylindrical-coordinate representations (also known as HSL) of color #c9177d hue: 0.90 , saturation: 0.79 and the lightness value of c9177d is 0.44.

The process color (four color CMYK) of #c9177d color hex is 0.00, 0.89, 0.38, 0.21. Web safe color of #c9177d is #cc0066. Color #c9177d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001001 00010111 01111101
Octal 311 27 175
Decimal 201 23 125
Hex C9 17 7D

RGB Percentages of Color #c9177d

%57.59
%6.59
%35.82

CMYK Percentages of Color #c9177d

%0
%89
%38
%21

Triadic Colors of #c9177d

#c9177d #7dc917 #177dc9

Analogous Colors of #c9177d

#c9177d #c91724 #bc17c9

Monochromatic Colors of #c9177d

#c9177d

Complementary Color

#c9177d #17c963

#c9177d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c9177d Color Preview on White Background

Lorem ipsum dolor sit amet.

#c9177d Color CSS Codes

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

#c9177d Text Font Color

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

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


#c9177d Background Color

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

This div background color is #c9177d


#c9177d Border Color

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

This div border color is #c9177d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c9177d


Comments

No comments written yet.

Please login to write comment.