Color Hex Logo

#76399e Color Hex

#76399E
(118,57,158)
0 Favorites   0 Comments

Color spaces of #76399e

RGB 11857158
HSL0.770.470.42
HSV276°64°62°
CMYK 0.250.640.00   0.38
XYZ15.10599.246433.3363
Yxy9.24640.26190.1603
Hunter Lab30.407935.4606-43.7143
CIE-Lab36.454444.7391-44.3590

#76399e color RGB value is (118,57,158).

#76399e hex color red value is 118, green value is 57 and the blue value of its RGB is 158. Cylindrical-coordinate representations (also known as HSL) of color #76399e hue: 0.77 , saturation: 0.47 and the lightness value of 76399e is 0.42.

The process color (four color CMYK) of #76399e color hex is 0.25, 0.64, 0.00, 0.38. Web safe color of #76399e is #663399. Color #76399e contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110110 00111001 10011110
Octal 166 71 236
Decimal 118 57 158
Hex 76 39 9E

RGB Percentages of Color #76399e

%35.44
%17.12
%47.45

CMYK Percentages of Color #76399e

%25
%64
%0
%38

Triadic Colors of #76399e

#76399e #9e7639 #399e76

Analogous Colors of #76399e

#76399e #9e3994 #43399e

Monochromatic Colors of #76399e

#76399e

Complementary Color

#76399e #619e39

#76399e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#76399e Color Preview on White Background

Lorem ipsum dolor sit amet.

#76399e Color CSS Codes

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

#76399e Text Font Color

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

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


#76399e Background Color

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

This div background color is #76399e


#76399e Border Color

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

This div border color is #76399e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #76399e


Comments

No comments written yet.

Please login to write comment.