Color Hex Logo

#766ecc Color Hex

#766ECC
(118,110,204)
0 Favorites   0 Comments

Color spaces of #766ecc

RGB 118110204
HSL0.680.480.62
HSV245°46°80°
CMYK 0.420.460.00   0.20
XYZ23.946219.363059.6021
Yxy19.36300.23270.1882
Hunter Lab44.003420.1319-49.5052
CIE-Lab51.109226.5293-47.8997

#766ecc color RGB value is (118,110,204).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110110 01101110 11001100
Octal 166 156 314
Decimal 118 110 204
Hex 76 6E CC

RGB Percentages of Color #766ecc

%27.31
%25.46
%47.22

CMYK Percentages of Color #766ecc

%42
%46
%0
%20

Triadic Colors of #766ecc

#766ecc #cc766e #6ecc76

Analogous Colors of #766ecc

#766ecc #a56ecc #6e95cc

Monochromatic Colors of #766ecc

#766ecc

Complementary Color

#766ecc #c4cc6e

#766ecc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#766ecc Color Preview on White Background

Lorem ipsum dolor sit amet.

#766ecc Color CSS Codes

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

#766ecc Text Font Color

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

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


#766ecc Background Color

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

This div background color is #766ecc


#766ecc Border Color

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

This div border color is #766ecc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #766ecc


Comments

No comments written yet.

Please login to write comment.