Color Hex Logo

#c7114e Color Hex

#C7114E
(199,17,78)
0 Favorites   0 Comments

Color spaces of #c7114e

RGB 1991778
HSL0.940.840.42
HSV340°91°78°
CMYK 0.000.910.61   0.22
XYZ25.128813.09318.4105
Yxy13.09310.53890.2808
Hunter Lab36.184460.639411.5480
CIE-Lab42.903267.015416.3812

#c7114e color RGB value is (199,17,78).

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

The process color (four color CMYK) of #c7114e color hex is 0.00, 0.91, 0.61, 0.22. Web safe color of #c7114e is #cc0066. Color #c7114e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000111 00010001 01001110
Octal 307 21 116
Decimal 199 17 78
Hex C7 11 4E

RGB Percentages of Color #c7114e

%67.69
%5.78
%26.53

CMYK Percentages of Color #c7114e

%0
%91
%61
%22

Triadic Colors of #c7114e

#c7114e #4ec711 #114ec7

Analogous Colors of #c7114e

#c7114e #c72f11 #c711a9

Monochromatic Colors of #c7114e

#c7114e

Complementary Color

#c7114e #11c78a

#c7114e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c7114e Color Preview on White Background

Lorem ipsum dolor sit amet.

#c7114e Color CSS Codes

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

#c7114e Text Font Color

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

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


#c7114e Background Color

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

This div background color is #c7114e


#c7114e Border Color

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

This div border color is #c7114e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c7114e


Comments

No comments written yet.

Please login to write comment.