Color Hex Logo

#c4117e Color Hex

#C4117E
(196,17,126)
0 Favorites   0 Comments

Color spaces of #c4117e

RGB 19617126
HSL0.900.840.42
HSV323°91°77°
CMYK 0.000.910.36   0.23
XYZ26.731313.643020.9631
Yxy13.64300.43580.2224
Hunter Lab36.936464.5436-7.7943
CIE-Lab43.716570.1911-12.5262

#c4117e color RGB value is (196,17,126).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000100 00010001 01111110
Octal 304 21 176
Decimal 196 17 126
Hex C4 11 7E

RGB Percentages of Color #c4117e

%57.82
%5.01
%37.17

CMYK Percentages of Color #c4117e

%0
%91
%36
%23

Triadic Colors of #c4117e

#c4117e #7ec411 #117ec4

Analogous Colors of #c4117e

#c4117e #c41125 #b111c4

Monochromatic Colors of #c4117e

#c4117e

Complementary Color

#c4117e #11c457

#c4117e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c4117e Color Preview on White Background

Lorem ipsum dolor sit amet.

#c4117e Color CSS Codes

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

#c4117e Text Font Color

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

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


#c4117e Background Color

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

This div background color is #c4117e


#c4117e Border Color

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

This div border color is #c4117e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c4117e


Comments

No comments written yet.

Please login to write comment.