Color Hex Logo

#c4116f Color Hex

#C4116F
(196,17,111)
0 Favorites   0 Comments

Color spaces of #c4116f

RGB 19617111
HSL0.910.840.42
HSV328°91°77°
CMYK 0.000.910.43   0.23
XYZ25.834613.284416.2414
Yxy13.28440.46670.2400
Hunter Lab36.447862.7393-0.9066
CIE-Lab43.188768.7616-4.0186

#c4116f color RGB value is (196,17,111).

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

The process color (four color CMYK) of #c4116f color hex is 0.00, 0.91, 0.43, 0.23. Web safe color of #c4116f is #cc0066. Color #c4116f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000100 00010001 01101111
Octal 304 21 157
Decimal 196 17 111
Hex C4 11 6F

RGB Percentages of Color #c4116f

%60.49
%5.25
%34.26

CMYK Percentages of Color #c4116f

%0
%91
%43
%23

Triadic Colors of #c4116f

#c4116f #6fc411 #116fc4

Analogous Colors of #c4116f

#c4116f #c41115 #c011c4

Monochromatic Colors of #c4116f

#c4116f

Complementary Color

#c4116f #11c466

#c4116f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c4116f Color Preview on White Background

Lorem ipsum dolor sit amet.

#c4116f Color CSS Codes

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

#c4116f Text Font Color

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

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


#c4116f Background Color

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

This div background color is #c4116f


#c4116f Border Color

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

This div border color is #c4116f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c4116f


Comments

No comments written yet.

Please login to write comment.