Color Hex Logo

#766bef Color Hex

#766BEF
(118,107,239)
0 Favorites   0 Comments

Color spaces of #766bef

RGB 118107239
HSL0.680.800.68
HSV245°55°94°
CMYK 0.510.550.00   0.06
XYZ28.308920.598984.1453
Yxy20.59890.21280.1548
Hunter Lab45.386031.9114-78.1530
CIE-Lab52.507738.6198-65.4187

#766bef color RGB value is (118,107,239).

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

The process color (four color CMYK) of #766bef color hex is 0.51, 0.55, 0.00, 0.06. Web safe color of #766bef is #6666ff. Color #766bef contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110110 01101011 11101111
Octal 166 153 357
Decimal 118 107 239
Hex 76 6B EF

RGB Percentages of Color #766bef

%25.43
%23.06
%51.51

CMYK Percentages of Color #766bef

%51
%55
%0
%6

Triadic Colors of #766bef

#766bef #ef766b #6bef76

Analogous Colors of #766bef

#766bef #b86bef #6ba2ef

Monochromatic Colors of #766bef

#766bef

Complementary Color

#766bef #e4ef6b

#766bef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#766bef Color Preview on White Background

Lorem ipsum dolor sit amet.

#766bef Color CSS Codes

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

#766bef Text Font Color

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

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


#766bef Background Color

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

This div background color is #766bef


#766bef Border Color

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

This div border color is #766bef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #766bef


Comments

No comments written yet.

Please login to write comment.