Color Hex Logo

#766ace Color Hex

#766ACE
(118,106,206)
0 Favorites   0 Comments

Color spaces of #766ace

RGB 118106206
HSL0.690.510.61
HSV247°49°81°
CMYK 0.430.490.00   0.19
XYZ23.765818.615960.7331
Yxy18.61590.23050.1805
Hunter Lab43.146122.8158-53.2551
CIE-Lab50.234829.5035-50.4357

#766ace color RGB value is (118,106,206).

#766ace hex color red value is 118, green value is 106 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #766ace hue: 0.69 , saturation: 0.51 and the lightness value of 766ace is 0.61.

The process color (four color CMYK) of #766ace color hex is 0.43, 0.49, 0.00, 0.19. Web safe color of #766ace is #6666cc. Color #766ace contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110110 01101010 11001110
Octal 166 152 316
Decimal 118 106 206
Hex 76 6A CE

RGB Percentages of Color #766ace

%27.44
%24.65
%47.91

CMYK Percentages of Color #766ace

%43
%49
%0
%19

Triadic Colors of #766ace

#766ace #ce766a #6ace76

Analogous Colors of #766ace

#766ace #a86ace #6a90ce

Monochromatic Colors of #766ace

#766ace

Complementary Color

#766ace #c2ce6a

#766ace Color Preview on Black Background

Lorem ipsum dolor sit amet.

#766ace Color Preview on White Background

Lorem ipsum dolor sit amet.

#766ace Color CSS Codes

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

#766ace Text Font Color

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

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


#766ace Background Color

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

This div background color is #766ace


#766ace Border Color

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

This div border color is #766ace


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #766ace


Comments

No comments written yet.

Please login to write comment.