Color Hex Logo

#76156b Color Hex

#76156B
(118,21,107)
0 Favorites   0 Comments

Color spaces of #76156b

RGB 11821107
HSL0.850.700.27
HSV307°82°46°
CMYK 0.000.820.09   0.54
XYZ10.39325.449414.4140
Yxy5.44940.34350.1801
Hunter Lab23.343938.6199-20.2686
CIE-Lab27.978549.5340-26.1056

#76156b color RGB value is (118,21,107).

#76156b hex color red value is 118, green value is 21 and the blue value of its RGB is 107. Cylindrical-coordinate representations (also known as HSL) of color #76156b hue: 0.85 , saturation: 0.70 and the lightness value of 76156b is 0.27.

The process color (four color CMYK) of #76156b color hex is 0.00, 0.82, 0.09, 0.54. Web safe color of #76156b is #660066. Color #76156b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01110110 00010101 01101011
Octal 166 25 153
Decimal 118 21 107
Hex 76 15 6B

RGB Percentages of Color #76156b

%47.97
%8.54
%43.50

CMYK Percentages of Color #76156b

%0
%82
%9
%54

Triadic Colors of #76156b

#76156b #6b7615 #156b76

Analogous Colors of #76156b

#76156b #76153a #501576

Monochromatic Colors of #76156b

#76156b

Complementary Color

#76156b #157620

#76156b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#76156b Color Preview on White Background

Lorem ipsum dolor sit amet.

#76156b Color CSS Codes

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

#76156b Text Font Color

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

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


#76156b Background Color

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

This div background color is #76156b


#76156b Border Color

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

This div border color is #76156b


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(118,21,107, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #76156b; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #76156b;
  -webkit-box-shadow: 1px 1px 3px 2px #76156b;
  box-shadow:         1px 1px 3px 2px #76156b; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(118,21,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 #76156b">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #76156b


Comments

No comments written yet.

Please login to write comment.