Color Hex Logo

#76216e Color Hex

#76216E
(118,33,110)
0 Favorites   0 Comments

Color spaces of #76216e

RGB 11833110
HSL0.850.560.30
HSV306°72°46°
CMYK 0.000.720.07   0.54
XYZ10.82956.065115.3517
Yxy6.06510.33580.1881
Hunter Lab24.627435.3944-19.7197
CIE-Lab29.576145.9479-25.5152

#76216e color RGB value is (118,33,110).

#76216e hex color red value is 118, green value is 33 and the blue value of its RGB is 110. Cylindrical-coordinate representations (also known as HSL) of color #76216e hue: 0.85 , saturation: 0.56 and the lightness value of 76216e is 0.30.

The process color (four color CMYK) of #76216e color hex is 0.00, 0.72, 0.07, 0.54. Web safe color of #76216e is #663366. Color #76216e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01110110 00100001 01101110
Octal 166 41 156
Decimal 118 33 110
Hex 76 21 6E

RGB Percentages of Color #76216e

%45.21
%12.64
%42.15

CMYK Percentages of Color #76216e

%0
%72
%7
%54

Triadic Colors of #76216e

#76216e #6e7621 #216e76

Analogous Colors of #76216e

#76216e #762143 #542176

Monochromatic Colors of #76216e

#76216e

Complementary Color

#76216e #217629

#76216e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#76216e Color Preview on White Background

Lorem ipsum dolor sit amet.

#76216e Color CSS Codes

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

#76216e Text Font Color

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

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


#76216e Background Color

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

This div background color is #76216e


#76216e Border Color

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

This div border color is #76216e


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(118,33,110, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #76216e; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #76216e;
  -webkit-box-shadow: 1px 1px 3px 2px #76216e;
  box-shadow:         1px 1px 3px 2px #76216e; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #76216e


Comments

No comments written yet.

Please login to write comment.