Color Hex Logo

#766ecb Color Hex

#766ECB
(118,110,203)
0 Favorites   0 Comments

Color spaces of #766ecb

RGB 118110203
HSL0.680.470.61
HSV245°46°80°
CMYK 0.420.460.00   0.20
XYZ23.826619.315258.9723
Yxy19.31520.23330.1892
Hunter Lab43.949119.8614-48.7929
CIE-Lab51.054026.2409-47.4167

#766ecb color RGB value is (118,110,203).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110110 01101110 11001011
Octal 166 156 313
Decimal 118 110 203
Hex 76 6E CB

RGB Percentages of Color #766ecb

%27.38
%25.52
%47.10

CMYK Percentages of Color #766ecb

%42
%46
%0
%20

Triadic Colors of #766ecb

#766ecb #cb766e #6ecb76

Analogous Colors of #766ecb

#766ecb #a56ecb #6e95cb

Monochromatic Colors of #766ecb

#766ecb

Complementary Color

#766ecb #c3cb6e

#766ecb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#766ecb Color Preview on White Background

Lorem ipsum dolor sit amet.

#766ecb Color CSS Codes

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

#766ecb Text Font Color

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

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


#766ecb Background Color

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

This div background color is #766ecb


#766ecb Border Color

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

This div border color is #766ecb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #766ecb


Comments

No comments written yet.

Please login to write comment.