Color Hex Logo

#766edb Color Hex

#766EDB
(118,110,219)
0 Favorites   0 Comments

Color spaces of #766edb

RGB 118110219
HSL0.680.600.65
HSV244°50°86°
CMYK 0.460.500.00   0.14
XYZ25.833320.117969.5394
Yxy20.11790.22370.1742
Hunter Lab44.853024.3153-60.5253
CIE-Lab51.970330.9046-55.0445

#766edb color RGB value is (118,110,219).

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

The process color (four color CMYK) of #766edb color hex is 0.46, 0.50, 0.00, 0.14. Web safe color of #766edb is #6666cc. Color #766edb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110110 01101110 11011011
Octal 166 156 333
Decimal 118 110 219
Hex 76 6E DB

RGB Percentages of Color #766edb

%26.40
%24.61
%48.99

CMYK Percentages of Color #766edb

%46
%50
%0
%14

Triadic Colors of #766edb

#766edb #db766e #6edb76

Analogous Colors of #766edb

#766edb #ad6edb #6e9ddb

Monochromatic Colors of #766edb

#766edb

Complementary Color

#766edb #d3db6e

#766edb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#766edb Color Preview on White Background

Lorem ipsum dolor sit amet.

#766edb Color CSS Codes

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

#766edb Text Font Color

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

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


#766edb Background Color

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

This div background color is #766edb


#766edb Border Color

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

This div border color is #766edb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #766edb


Comments

No comments written yet.

Please login to write comment.