Color Hex Logo

#766bea Color Hex

#766BEA
(118,107,234)
0 Favorites   0 Comments

Color spaces of #766bea

RGB 118107234
HSL0.680.750.67
HSV245°54°92°
CMYK 0.500.540.00   0.08
XYZ27.580220.307580.3080
Yxy20.30750.21510.1584
Hunter Lab45.063830.3847-74.1157
CIE-Lab52.183137.1289-63.1449

#766bea color RGB value is (118,107,234).

#766bea hex color red value is 118, green value is 107 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #766bea hue: 0.68 , saturation: 0.75 and the lightness value of 766bea is 0.67.

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

Base Numbers

BaseRedGreenBlue
Binary 01110110 01101011 11101010
Octal 166 153 352
Decimal 118 107 234
Hex 76 6B EA

RGB Percentages of Color #766bea

%25.71
%23.31
%50.98

CMYK Percentages of Color #766bea

%50
%54
%0
%8

Triadic Colors of #766bea

#766bea #ea766b #6bea76

Analogous Colors of #766bea

#766bea #b66bea #6ba0ea

Monochromatic Colors of #766bea

#766bea

Complementary Color

#766bea #dfea6b

#766bea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#766bea Color Preview on White Background

Lorem ipsum dolor sit amet.

#766bea Color CSS Codes

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

#766bea Text Font Color

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

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


#766bea Background Color

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

This div background color is #766bea


#766bea Border Color

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

This div border color is #766bea


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(118,107,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 #766bea">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #766bea


Comments

No comments written yet.

Please login to write comment.