Color Hex Logo

#c9115e Color Hex

#C9115E
(201,17,94)
0 Favorites   0 Comments

Color spaces of #c9115e

RGB 2011794
HSL0.930.840.43
HSV335°92°79°
CMYK 0.000.920.53   0.21
XYZ26.308213.626611.8333
Yxy13.62660.50820.2632
Hunter Lab36.914262.61436.8338
CIE-Lab43.692668.55677.4750

#c9115e color RGB value is (201,17,94).

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

The process color (four color CMYK) of #c9115e color hex is 0.00, 0.92, 0.53, 0.21. Web safe color of #c9115e is #cc0066. Color #c9115e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001001 00010001 01011110
Octal 311 21 136
Decimal 201 17 94
Hex C9 11 5E

RGB Percentages of Color #c9115e

%64.42
%5.45
%30.13

CMYK Percentages of Color #c9115e

%0
%92
%53
%21

Triadic Colors of #c9115e

#c9115e #5ec911 #115ec9

Analogous Colors of #c9115e

#c9115e #c92011 #c911ba

Monochromatic Colors of #c9115e

#c9115e

Complementary Color

#c9115e #11c97c

#c9115e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c9115e Color Preview on White Background

Lorem ipsum dolor sit amet.

#c9115e Color CSS Codes

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

#c9115e Text Font Color

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

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


#c9115e Background Color

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

This div background color is #c9115e


#c9115e Border Color

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

This div border color is #c9115e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c9115e


Comments

No comments written yet.

Please login to write comment.