Color Hex Logo

#766edc Color Hex

#766EDC
(118,110,220)
0 Favorites   0 Comments

Color spaces of #766edc

RGB 118110220
HSL0.680.610.65
HSV244°50°86°
CMYK 0.460.500.00   0.14
XYZ25.965420.170770.2350
Yxy20.17070.22310.1733
Hunter Lab44.911824.6027-61.2820
CIE-Lab52.029731.1996-55.5144

#766edc color RGB value is (118,110,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110110 01101110 11011100
Octal 166 156 334
Decimal 118 110 220
Hex 76 6E DC

RGB Percentages of Color #766edc

%26.34
%24.55
%49.11

CMYK Percentages of Color #766edc

%46
%50
%0
%14

Triadic Colors of #766edc

#766edc #dc766e #6edc76

Analogous Colors of #766edc

#766edc #ad6edc #6e9ddc

Monochromatic Colors of #766edc

#766edc

Complementary Color

#766edc #d4dc6e

#766edc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#766edc Color Preview on White Background

Lorem ipsum dolor sit amet.

#766edc Color CSS Codes

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

#766edc Text Font Color

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

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


#766edc Background Color

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

This div background color is #766edc


#766edc Border Color

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

This div border color is #766edc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #766edc


Comments

No comments written yet.

Please login to write comment.