Color Hex Logo

#4c116b Color Hex

#4C116B
(76,17,107)
0 Favorites   0 Comments

Color spaces of #4c116b

RGB 7617107
HSL0.780.730.24
HSV279°84°42°
CMYK 0.290.840.00   0.58
XYZ5.83482.998914.1812
Yxy2.99890.25350.1303
Hunter Lab17.317329.8374-36.4306
CIE-Lab20.039541.8993-39.2419

#4c116b color RGB value is (76,17,107).

#4c116b hex color red value is 76, green value is 17 and the blue value of its RGB is 107. Cylindrical-coordinate representations (also known as HSL) of color #4c116b hue: 0.78 , saturation: 0.73 and the lightness value of 4c116b is 0.24.

The process color (four color CMYK) of #4c116b color hex is 0.29, 0.84, 0.00, 0.58. Web safe color of #4c116b is #330066. Color #4c116b contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01001100 00010001 01101011
Octal 114 21 153
Decimal 76 17 107
Hex 4C 11 6B

RGB Percentages of Color #4c116b

%38.00
%8.50
%53.50

CMYK Percentages of Color #4c116b

%29
%84
%0
%58

Triadic Colors of #4c116b

#4c116b #6b4c11 #116b4c

Analogous Colors of #4c116b

#4c116b #6b115d #1f116b

Monochromatic Colors of #4c116b

#4c116b

Complementary Color

#4c116b #306b11

#4c116b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4c116b Color Preview on White Background

Lorem ipsum dolor sit amet.

#4c116b Color CSS Codes

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

#4c116b Text Font Color

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

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


#4c116b Background Color

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

This div background color is #4c116b


#4c116b Border Color

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

This div border color is #4c116b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4c116b


Comments

No comments written yet.

Please login to write comment.