Color Hex Logo

#766fae Color Hex

#766FAE
(118,111,174)
0 Favorites   0 Comments

Color spaces of #766fae

RGB 118111174
HSL0.690.280.56
HSV247°36°68°
CMYK 0.320.360.00   0.32
XYZ20.795618.276442.4761
Yxy18.27640.25500.2241
Hunter Lab42.750912.0148-28.9832
CIE-Lab49.829617.5389-32.6369

#766fae color RGB value is (118,111,174).

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

The process color (four color CMYK) of #766fae color hex is 0.32, 0.36, 0.00, 0.32. Web safe color of #766fae is #666699. Color #766fae contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110110 01101111 10101110
Octal 166 157 256
Decimal 118 111 174
Hex 76 6F AE

RGB Percentages of Color #766fae

%29.28
%27.54
%43.18

CMYK Percentages of Color #766fae

%32
%36
%0
%32

Triadic Colors of #766fae

#766fae #ae766f #6fae76

Analogous Colors of #766fae

#766fae #966fae #6f88ae

Monochromatic Colors of #766fae

#766fae

Complementary Color

#766fae #a7ae6f

#766fae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#766fae Color Preview on White Background

Lorem ipsum dolor sit amet.

#766fae Color CSS Codes

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

#766fae Text Font Color

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

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


#766fae Background Color

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

This div background color is #766fae


#766fae Border Color

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

This div border color is #766fae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #766fae


Comments

No comments written yet.

Please login to write comment.