Color Hex Logo

#766ebe Color Hex

#766EBE
(118,110,190)
0 Favorites   0 Comments

Color spaces of #766ebe

RGB 118110190
HSL0.680.380.59
HSV246°42°75°
CMYK 0.380.420.00   0.25
XYZ22.341418.721151.1512
Yxy18.72110.24230.2030
Hunter Lab43.267916.4498-39.8050
CIE-Lab50.359322.5435-41.0629

#766ebe color RGB value is (118,110,190).

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

The process color (four color CMYK) of #766ebe color hex is 0.38, 0.42, 0.00, 0.25. Web safe color of #766ebe is #6666cc. Color #766ebe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110110 01101110 10111110
Octal 166 156 276
Decimal 118 110 190
Hex 76 6E BE

RGB Percentages of Color #766ebe

%28.23
%26.32
%45.45

CMYK Percentages of Color #766ebe

%38
%42
%0
%25

Triadic Colors of #766ebe

#766ebe #be766e #6ebe76

Analogous Colors of #766ebe

#766ebe #9e6ebe #6e8ebe

Monochromatic Colors of #766ebe

#766ebe

Complementary Color

#766ebe #b6be6e

#766ebe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#766ebe Color Preview on White Background

Lorem ipsum dolor sit amet.

#766ebe Color CSS Codes

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

#766ebe Text Font Color

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

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


#766ebe Background Color

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

This div background color is #766ebe


#766ebe Border Color

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

This div border color is #766ebe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #766ebe


Comments

No comments written yet.

Please login to write comment.