Color Hex Logo

#767eea Color Hex

#767EEA
(118,126,234)
0 Favorites   0 Comments

Color spaces of #767eea

RGB 118126234
HSL0.660.730.69
HSV236°50°92°
CMYK 0.500.460.00   0.08
XYZ29.783424.713881.0424
Yxy24.71380.21970.1823
Hunter Lab49.713019.9429-61.8558
CIE-Lab56.795525.8375-55.7417

#767eea color RGB value is (118,126,234).

#767eea hex color red value is 118, green value is 126 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #767eea hue: 0.66 , saturation: 0.73 and the lightness value of 767eea is 0.69.

The process color (four color CMYK) of #767eea color hex is 0.50, 0.46, 0.00, 0.08. Web safe color of #767eea is #6666ff. Color #767eea contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110110 01111110 11101010
Octal 166 176 352
Decimal 118 126 234
Hex 76 7E EA

RGB Percentages of Color #767eea

%24.69
%26.36
%48.95

CMYK Percentages of Color #767eea

%50
%46
%0
%8

Triadic Colors of #767eea

#767eea #ea767e #7eea76

Analogous Colors of #767eea

#767eea #a876ea #76b8ea

Monochromatic Colors of #767eea

#767eea

Complementary Color

#767eea #eae276

#767eea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#767eea Color Preview on White Background

Lorem ipsum dolor sit amet.

#767eea Color CSS Codes

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

#767eea Text Font Color

<p style="color:#767eea">Text here</p>

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


#767eea Background Color

<div style="background-color:#767eea">
Div content here</div>

This div background color is #767eea


#767eea Border Color

<div style="border:3px solid #767eea">
Div here</div>

This div border color is #767eea


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(118,126,234, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #767eea; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #767eea;
  -webkit-box-shadow: 1px 1px 3px 2px #767eea;
  box-shadow:         1px 1px 3px 2px #767eea; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #767eea


Comments

No comments written yet.

Please login to write comment.