Color Hex Logo

#76156a Color Hex

#76156A
(118,21,106)
0 Favorites   0 Comments

Color spaces of #76156a

RGB 11821106
HSL0.850.700.27
HSV307°82°46°
CMYK 0.000.820.10   0.54
XYZ10.34095.428514.1384
Yxy5.42850.34580.1815
Hunter Lab23.299138.4505-19.6690
CIE-Lab27.922349.3749-25.5488

#76156a color RGB value is (118,21,106).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110110 00010101 01101010
Octal 166 25 152
Decimal 118 21 106
Hex 76 15 6A

RGB Percentages of Color #76156a

%48.16
%8.57
%43.27

CMYK Percentages of Color #76156a

%0
%82
%10
%54

Triadic Colors of #76156a

#76156a #6a7615 #156a76

Analogous Colors of #76156a

#76156a #76153a #511576

Monochromatic Colors of #76156a

#76156a

Complementary Color

#76156a #157621

#76156a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#76156a Color Preview on White Background

Lorem ipsum dolor sit amet.

#76156a Color CSS Codes

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

#76156a Text Font Color

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

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


#76156a Background Color

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

This div background color is #76156a


#76156a Border Color

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

This div border color is #76156a


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(118,21,106, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #76156a


Comments

No comments written yet.

Please login to write comment.