Color Hex Logo

#c9169b Color Hex

#C9169B
(201,22,155)
0 Favorites   0 Comments

Color spaces of #c9169b

RGB 20122155
HSL0.880.800.44
HSV315°89°79°
CMYK 0.000.890.23   0.21
XYZ30.290715.357932.3782
Yxy15.35790.38820.1968
Hunter Lab39.189269.3880-21.5532
CIE-Lab46.120573.7675-26.3893

#c9169b color RGB value is (201,22,155).

#c9169b hex color red value is 201, green value is 22 and the blue value of its RGB is 155. Cylindrical-coordinate representations (also known as HSL) of color #c9169b hue: 0.88 , saturation: 0.80 and the lightness value of c9169b is 0.44.

The process color (four color CMYK) of #c9169b color hex is 0.00, 0.89, 0.23, 0.21. Web safe color of #c9169b is #cc0099. Color #c9169b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001001 00010110 10011011
Octal 311 26 233
Decimal 201 22 155
Hex C9 16 9B

RGB Percentages of Color #c9169b

%53.17
%5.82
%41.01

CMYK Percentages of Color #c9169b

%0
%89
%23
%21

Triadic Colors of #c9169b

#c9169b #9bc916 #169bc9

Analogous Colors of #c9169b

#c9169b #c91641 #9e16c9

Monochromatic Colors of #c9169b

#c9169b

Complementary Color

#c9169b #16c944

#c9169b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c9169b Color Preview on White Background

Lorem ipsum dolor sit amet.

#c9169b Color CSS Codes

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

#c9169b Text Font Color

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

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


#c9169b Background Color

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

This div background color is #c9169b


#c9169b Border Color

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

This div border color is #c9169b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c9169b


Comments

No comments written yet.

Please login to write comment.