Color Hex Logo

#766eaa Color Hex

#766EAA
(118,110,170)
0 Favorites   0 Comments

Color spaces of #766eaa

RGB 118110170
HSL0.690.260.55
HSV248°35°67°
CMYK 0.310.350.00   0.33
XYZ20.302817.905740.4163
Yxy17.90570.25820.2277
Hunter Lab42.315111.5928-27.0089
CIE-Lab49.381517.0715-31.0081

#766eaa color RGB value is (118,110,170).

#766eaa hex color red value is 118, green value is 110 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #766eaa hue: 0.69 , saturation: 0.26 and the lightness value of 766eaa is 0.55.

The process color (four color CMYK) of #766eaa color hex is 0.31, 0.35, 0.00, 0.33. Web safe color of #766eaa is #666699. Color #766eaa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110110 01101110 10101010
Octal 166 156 252
Decimal 118 110 170
Hex 76 6E AA

RGB Percentages of Color #766eaa

%29.65
%27.64
%42.71

CMYK Percentages of Color #766eaa

%31
%35
%0
%33

Triadic Colors of #766eaa

#766eaa #aa766e #6eaa76

Analogous Colors of #766eaa

#766eaa #946eaa #6e84aa

Monochromatic Colors of #766eaa

#766eaa

Complementary Color

#766eaa #a2aa6e

#766eaa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#766eaa Color Preview on White Background

Lorem ipsum dolor sit amet.

#766eaa Color CSS Codes

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

#766eaa Text Font Color

<p style="color:#766eaa">Text here</p>

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


#766eaa Background Color

<div style="background-color:#766eaa">
Div content here</div>

This div background color is #766eaa


#766eaa Border Color

<div style="border:3px solid #766eaa">
Div here</div>

This div border color is #766eaa


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(118,110,170, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #766eaa; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #766eaa;
  -webkit-box-shadow: 1px 1px 3px 2px #766eaa;
  box-shadow:         1px 1px 3px 2px #766eaa; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #766eaa


Comments

No comments written yet.

Please login to write comment.