Color Hex Logo

#766aab Color Hex

#766AAB
(118,106,171)
0 Favorites   0 Comments

Color spaces of #766aab

RGB 118106171
HSL0.700.280.54
HSV251°38°67°
CMYK 0.310.380.00   0.33
XYZ19.975917.099940.7758
Yxy17.09990.25660.2196
Hunter Lab41.352013.8619-29.5174
CIE-Lab48.385719.7512-33.1500

#766aab color RGB value is (118,106,171).

#766aab hex color red value is 118, green value is 106 and the blue value of its RGB is 171. Cylindrical-coordinate representations (also known as HSL) of color #766aab hue: 0.70 , saturation: 0.28 and the lightness value of 766aab is 0.54.

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

Base Numbers

BaseRedGreenBlue
Binary 01110110 01101010 10101011
Octal 166 152 253
Decimal 118 106 171
Hex 76 6A AB

RGB Percentages of Color #766aab

%29.87
%26.84
%43.29

CMYK Percentages of Color #766aab

%31
%38
%0
%33

Triadic Colors of #766aab

#766aab #ab766a #6aab76

Analogous Colors of #766aab

#766aab #976aab #6a7fab

Monochromatic Colors of #766aab

#766aab

Complementary Color

#766aab #9fab6a

#766aab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#766aab Color Preview on White Background

Lorem ipsum dolor sit amet.

#766aab Color CSS Codes

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

#766aab Text Font Color

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

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


#766aab Background Color

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

This div background color is #766aab


#766aab Border Color

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

This div border color is #766aab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #766aab


Comments

No comments written yet.

Please login to write comment.