Color Hex Logo

#766eba Color Hex

#766EBA
(118,110,186)
0 Favorites   0 Comments

Color spaces of #766eba

RGB 118110186
HSL0.680.360.58
HSV246°41°73°
CMYK 0.370.410.00   0.27
XYZ21.910118.548648.8798
Yxy18.54860.24520.2076
Hunter Lab43.068115.4395-37.1431
CIE-Lab50.154921.4261-39.0791

#766eba color RGB value is (118,110,186).

#766eba hex color red value is 118, green value is 110 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #766eba hue: 0.68 , saturation: 0.36 and the lightness value of 766eba is 0.58.

The process color (four color CMYK) of #766eba color hex is 0.37, 0.41, 0.00, 0.27. Web safe color of #766eba is #6666cc. Color #766eba contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110110 01101110 10111010
Octal 166 156 272
Decimal 118 110 186
Hex 76 6E BA

RGB Percentages of Color #766eba

%28.50
%26.57
%44.93

CMYK Percentages of Color #766eba

%37
%41
%0
%27

Triadic Colors of #766eba

#766eba #ba766e #6eba76

Analogous Colors of #766eba

#766eba #9c6eba #6e8cba

Monochromatic Colors of #766eba

#766eba

Complementary Color

#766eba #b2ba6e

#766eba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#766eba Color Preview on White Background

Lorem ipsum dolor sit amet.

#766eba Color CSS Codes

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

#766eba Text Font Color

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

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


#766eba Background Color

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

This div background color is #766eba


#766eba Border Color

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

This div border color is #766eba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #766eba


Comments

No comments written yet.

Please login to write comment.