Color Hex Logo

#766efe Color Hex

#766EFE
(118,110,254)
0 Favorites   0 Comments

Color spaces of #766efe

RGB 118110254
HSL0.680.990.71
HSV243°57°100°
CMYK 0.540.570.00   0.00
XYZ30.936522.159296.4125
Yxy22.15920.20690.1482
Hunter Lab47.073634.9305-88.4818
CIE-Lab54.195541.3717-71.0262

#766efe color RGB value is (118,110,254).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110110 01101110 11111110
Octal 166 156 376
Decimal 118 110 254
Hex 76 6E FE

RGB Percentages of Color #766efe

%24.48
%22.82
%52.70

CMYK Percentages of Color #766efe

%54
%57
%0
%0

Triadic Colors of #766efe

#766efe #fe766e #6efe76

Analogous Colors of #766efe

#766efe #be6efe #6eaefe

Monochromatic Colors of #766efe

#766efe

Complementary Color

#766efe #f6fe6e

#766efe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#766efe Color Preview on White Background

Lorem ipsum dolor sit amet.

#766efe Color CSS Codes

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

#766efe Text Font Color

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

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


#766efe Background Color

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

This div background color is #766efe


#766efe Border Color

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

This div border color is #766efe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #766efe


Comments

No comments written yet.

Please login to write comment.