Color Hex Logo

#c9119b Color Hex

#C9119B
(201,17,155)
0 Favorites   0 Comments

Color spaces of #c9119b

RGB 20117155
HSL0.880.840.43
HSV315°92°79°
CMYK 0.000.920.23   0.21
XYZ30.204215.185032.3494
Yxy15.18500.38850.1953
Hunter Lab38.967970.1622-21.9423
CIE-Lab45.886574.4507-26.7532

#c9119b color RGB value is (201,17,155).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001001 00010001 10011011
Octal 311 21 233
Decimal 201 17 155
Hex C9 11 9B

RGB Percentages of Color #c9119b

%53.89
%4.56
%41.55

CMYK Percentages of Color #c9119b

%0
%92
%23
%21

Triadic Colors of #c9119b

#c9119b #9bc911 #119bc9

Analogous Colors of #c9119b

#c9119b #c9113f #9b11c9

Monochromatic Colors of #c9119b

#c9119b

Complementary Color

#c9119b #11c93f

#c9119b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c9119b Color Preview on White Background

Lorem ipsum dolor sit amet.

#c9119b Color CSS Codes

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

#c9119b Text Font Color

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

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


#c9119b Background Color

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

This div background color is #c9119b


#c9119b Border Color

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

This div border color is #c9119b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c9119b


Comments

No comments written yet.

Please login to write comment.