Color Hex Logo

#76207e Color Hex

#76207E
(118,32,126)
0 Favorites   0 Comments

Color spaces of #76207e

RGB 11832126
HSL0.820.590.31
HSV295°75°49°
CMYK 0.060.750.00   0.51
XYZ11.75366.390920.3528
Yxy6.39090.30530.1660
Hunter Lab25.280238.7500-30.0375
CIE-Lab30.378049.1989-34.3919

#76207e color RGB value is (118,32,126).

#76207e hex color red value is 118, green value is 32 and the blue value of its RGB is 126. Cylindrical-coordinate representations (also known as HSL) of color #76207e hue: 0.82 , saturation: 0.59 and the lightness value of 76207e is 0.31.

The process color (four color CMYK) of #76207e color hex is 0.06, 0.75, 0.00, 0.51. Web safe color of #76207e is #663366. Color #76207e contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110110 00100000 01111110
Octal 166 40 176
Decimal 118 32 126
Hex 76 20 7E

RGB Percentages of Color #76207e

%42.75
%11.59
%45.65

CMYK Percentages of Color #76207e

%6
%75
%0
%51

Triadic Colors of #76207e

#76207e #7e7620 #207e76

Analogous Colors of #76207e

#76207e #7e2057 #47207e

Monochromatic Colors of #76207e

#76207e

Complementary Color

#76207e #287e20

#76207e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#76207e Color Preview on White Background

Lorem ipsum dolor sit amet.

#76207e Color CSS Codes

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

#76207e Text Font Color

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

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


#76207e Background Color

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

This div background color is #76207e


#76207e Border Color

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

This div border color is #76207e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #76207e


Comments

No comments written yet.

Please login to write comment.