Color Hex Logo

#76539f Color Hex

#76539F
(118,83,159)
0 Favorites   0 Comments

Color spaces of #76539f

RGB 11883159
HSL0.740.310.47
HSV268°48°62°
CMYK 0.260.480.00   0.38
XYZ16.822512.541334.3350
Yxy12.54130.26410.1969
Hunter Lab35.413722.8185-32.6944
CIE-Lab42.063830.4540-36.0206

#76539f color RGB value is (118,83,159).

#76539f hex color red value is 118, green value is 83 and the blue value of its RGB is 159. Cylindrical-coordinate representations (also known as HSL) of color #76539f hue: 0.74 , saturation: 0.31 and the lightness value of 76539f is 0.47.

The process color (four color CMYK) of #76539f color hex is 0.26, 0.48, 0.00, 0.38. Web safe color of #76539f is #666699. Color #76539f contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110110 01010011 10011111
Octal 166 123 237
Decimal 118 83 159
Hex 76 53 9F

RGB Percentages of Color #76539f

%32.78
%23.06
%44.17

CMYK Percentages of Color #76539f

%26
%48
%0
%38

Triadic Colors of #76539f

#76539f #9f7653 #539f76

Analogous Colors of #76539f

#76539f #9c539f #53569f

Monochromatic Colors of #76539f

#76539f

Complementary Color

#76539f #7c9f53

#76539f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#76539f Color Preview on White Background

Lorem ipsum dolor sit amet.

#76539f Color CSS Codes

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

#76539f Text Font Color

<p style="color:#76539f">Text here</p>

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


#76539f Background Color

<div style="background-color:#76539f">
Div content here</div>

This div background color is #76539f


#76539f Border Color

<div style="border:3px solid #76539f">
Div here</div>

This div border color is #76539f


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(118,83,159, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #76539f; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #76539f;
  -webkit-box-shadow: 1px 1px 3px 2px #76539f;
  box-shadow:         1px 1px 3px 2px #76539f; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #76539f


Comments

No comments written yet.

Please login to write comment.