Color Hex Logo

#76559a Color Hex

#76559A
(118,85,154)
0 Favorites   0 Comments

Color spaces of #76559a

RGB 11885154
HSL0.750.290.47
HSV269°45°60°
CMYK 0.230.450.00   0.40
XYZ16.552412.681632.1472
Yxy12.68160.26970.2066
Hunter Lab35.611220.6486-28.5948
CIE-Lab42.279528.0136-32.6936

#76559a color RGB value is (118,85,154).

#76559a hex color red value is 118, green value is 85 and the blue value of its RGB is 154. Cylindrical-coordinate representations (also known as HSL) of color #76559a hue: 0.75 , saturation: 0.29 and the lightness value of 76559a is 0.47.

The process color (four color CMYK) of #76559a color hex is 0.23, 0.45, 0.00, 0.40. Web safe color of #76559a is #666699. Color #76559a contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110110 01010101 10011010
Octal 166 125 232
Decimal 118 85 154
Hex 76 55 9A

RGB Percentages of Color #76559a

%33.05
%23.81
%43.14

CMYK Percentages of Color #76559a

%23
%45
%0
%40

Triadic Colors of #76559a

#76559a #9a7655 #559a76

Analogous Colors of #76559a

#76559a #99559a #55579a

Monochromatic Colors of #76559a

#76559a

Complementary Color

#76559a #799a55

#76559a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#76559a Color Preview on White Background

Lorem ipsum dolor sit amet.

#76559a Color CSS Codes

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

#76559a Text Font Color

<p style="color:#76559a">Text here</p>

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


#76559a Background Color

<div style="background-color:#76559a">
Div content here</div>

This div background color is #76559a


#76559a Border Color

<div style="border:3px solid #76559a">
Div here</div>

This div border color is #76559a


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(118,85,154, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #76559a; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #76559a;
  -webkit-box-shadow: 1px 1px 3px 2px #76559a;
  box-shadow:         1px 1px 3px 2px #76559a; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #76559a


Comments

No comments written yet.

Please login to write comment.