Color Hex Logo

#766eff Color Hex

#766EFF
(118,110,255)
0 Favorites   0 Comments

Color spaces of #766eff

RGB 118110255
HSL0.681.000.72
HSV243°57°100°
CMYK 0.540.570.00   0.00
XYZ31.097122.223497.2583
Yxy22.22340.20650.1476
Hunter Lab47.141735.2498-89.3223
CIE-Lab54.263241.6740-71.4695

#766eff color RGB value is (118,110,255).

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

The process color (four color CMYK) of #766eff color hex is 0.54, 0.57, 0.00, 0.00. Web safe color of #766eff is #6666ff. Color #766eff contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110110 01101110 11111111
Octal 166 156 377
Decimal 118 110 255
Hex 76 6E FF

RGB Percentages of Color #766eff

%24.43
%22.77
%52.80

CMYK Percentages of Color #766eff

%54
%57
%0
%0

Triadic Colors of #766eff

#766eff #ff766e #6eff76

Analogous Colors of #766eff

#766eff #bf6eff #6eafff

Monochromatic Colors of #766eff

#766eff

Complementary Color

#766eff #f7ff6e

#766eff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#766eff Color Preview on White Background

Lorem ipsum dolor sit amet.

#766eff Color CSS Codes

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

#766eff Text Font Color

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

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


#766eff Background Color

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

This div background color is #766eff


#766eff Border Color

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

This div border color is #766eff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #766eff

Related Colors


Comments

No comments written yet.

Please login to write comment.