Color Hex Logo

#76609f Color Hex

#76609F
(118,96,159)
0 Favorites   0 Comments

Color spaces of #76609f

RGB 11896159
HSL0.720.250.50
HSV261°40°62°
CMYK 0.260.400.00   0.38
XYZ17.912114.720534.6982
Yxy14.72050.26600.2186
Hunter Lab38.367316.1915-26.7629
CIE-Lab45.249022.6595-31.0072

#76609f color RGB value is (118,96,159).

#76609f hex color red value is 118, green value is 96 and the blue value of its RGB is 159. Cylindrical-coordinate representations (also known as HSL) of color #76609f hue: 0.72 , saturation: 0.25 and the lightness value of 76609f is 0.50.

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

Base Numbers

BaseRedGreenBlue
Binary 01110110 01100000 10011111
Octal 166 140 237
Decimal 118 96 159
Hex 76 60 9F

RGB Percentages of Color #76609f

%31.64
%25.74
%42.63

CMYK Percentages of Color #76609f

%26
%40
%0
%38

Triadic Colors of #76609f

#76609f #9f7660 #609f76

Analogous Colors of #76609f

#76609f #96609f #606a9f

Monochromatic Colors of #76609f

#76609f

Complementary Color

#76609f #899f60

#76609f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#76609f Color Preview on White Background

Lorem ipsum dolor sit amet.

#76609f Color CSS Codes

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

#76609f Text Font Color

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

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


#76609f Background Color

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

This div background color is #76609f


#76609f Border Color

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

This div border color is #76609f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #76609f


Comments

No comments written yet.

Please login to write comment.