Color Hex Logo

#766fab Color Hex

#766FAB
(118,111,171)
0 Favorites   0 Comments

Color spaces of #766fab

RGB 118111171
HSL0.690.260.55
HSV247°35°67°
CMYK 0.310.350.00   0.33
XYZ20.506318.160740.9526
Yxy18.16070.25760.2281
Hunter Lab42.615411.3164-27.1459
CIE-Lab49.690416.7353-31.1085

#766fab color RGB value is (118,111,171).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110110 01101111 10101011
Octal 166 157 253
Decimal 118 111 171
Hex 76 6F AB

RGB Percentages of Color #766fab

%29.50
%27.75
%42.75

CMYK Percentages of Color #766fab

%31
%35
%0
%33

Triadic Colors of #766fab

#766fab #ab766f #6fab76

Analogous Colors of #766fab

#766fab #946fab #6f86ab

Monochromatic Colors of #766fab

#766fab

Complementary Color

#766fab #a4ab6f

#766fab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#766fab Color Preview on White Background

Lorem ipsum dolor sit amet.

#766fab Color CSS Codes

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

#766fab Text Font Color

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

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


#766fab Background Color

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

This div background color is #766fab


#766fab Border Color

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

This div border color is #766fab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #766fab


Comments

No comments written yet.

Please login to write comment.