Color Hex Logo

#76579b Color Hex

#76579B
(118,87,155)
0 Favorites   0 Comments

Color spaces of #76579b

RGB 11887155
HSL0.740.280.47
HSV267°44°61°
CMYK 0.240.440.00   0.39
XYZ16.795813.034532.6410
Yxy13.03450.26890.2086
Hunter Lab36.103319.8600-28.3317
CIE-Lab42.815227.0667-32.4484

#76579b color RGB value is (118,87,155).

#76579b hex color red value is 118, green value is 87 and the blue value of its RGB is 155. Cylindrical-coordinate representations (also known as HSL) of color #76579b hue: 0.74 , saturation: 0.28 and the lightness value of 76579b is 0.47.

The process color (four color CMYK) of #76579b color hex is 0.24, 0.44, 0.00, 0.39. Web safe color of #76579b is #666699. Color #76579b contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110110 01010111 10011011
Octal 166 127 233
Decimal 118 87 155
Hex 76 57 9B

RGB Percentages of Color #76579b

%32.78
%24.17
%43.06

CMYK Percentages of Color #76579b

%24
%44
%0
%39

Triadic Colors of #76579b

#76579b #9b7657 #579b76

Analogous Colors of #76579b

#76579b #98579b #575a9b

Monochromatic Colors of #76579b

#76579b

Complementary Color

#76579b #7c9b57

#76579b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#76579b Color Preview on White Background

Lorem ipsum dolor sit amet.

#76579b Color CSS Codes

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

#76579b Text Font Color

<p style="color:#76579b">Text here</p>

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


#76579b Background Color

<div style="background-color:#76579b">
Div content here</div>

This div background color is #76579b


#76579b Border Color

<div style="border:3px solid #76579b">
Div here</div>

This div border color is #76579b


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(118,87,155, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #76579b; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #76579b;
  -webkit-box-shadow: 1px 1px 3px 2px #76579b;
  box-shadow:         1px 1px 3px 2px #76579b; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #76579b


Comments

No comments written yet.

Please login to write comment.