Color Hex Logo

#c9114f Color Hex

#C9114F
(201,17,79)
0 Favorites   0 Comments

Color spaces of #c9114f

RGB 2011779
HSL0.940.840.43
HSV340°92°79°
CMYK 0.000.920.61   0.21
XYZ25.699113.38298.6258
Yxy13.38290.53870.2805
Hunter Lab36.582661.375611.6279
CIE-Lab43.334667.565416.4044

#c9114f color RGB value is (201,17,79).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001001 00010001 01001111
Octal 311 21 117
Decimal 201 17 79
Hex C9 11 4F

RGB Percentages of Color #c9114f

%67.68
%5.72
%26.60

CMYK Percentages of Color #c9114f

%0
%92
%61
%21

Triadic Colors of #c9114f

#c9114f #4fc911 #114fc9

Analogous Colors of #c9114f

#c9114f #c92f11 #c911ab

Monochromatic Colors of #c9114f

#c9114f

Complementary Color

#c9114f #11c98b

#c9114f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c9114f Color Preview on White Background

Lorem ipsum dolor sit amet.

#c9114f Color CSS Codes

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

#c9114f Text Font Color

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

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


#c9114f Background Color

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

This div background color is #c9114f


#c9114f Border Color

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

This div border color is #c9114f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c9114f


Comments

No comments written yet.

Please login to write comment.