Color Hex Logo

#766bfb Color Hex

#766BFB
(118,107,251)
0 Favorites   0 Comments

Color spaces of #766bfb

RGB 118107251
HSL0.680.950.70
HSV245°57°98°
CMYK 0.530.570.00   0.02
XYZ30.141521.332093.7956
Yxy21.33200.20750.1468
Hunter Lab46.186635.6631-88.0754
CIE-Lab53.310942.2128-70.7978

#766bfb color RGB value is (118,107,251).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110110 01101011 11111011
Octal 166 153 373
Decimal 118 107 251
Hex 76 6B FB

RGB Percentages of Color #766bfb

%24.79
%22.48
%52.73

CMYK Percentages of Color #766bfb

%53
%57
%0
%2

Triadic Colors of #766bfb

#766bfb #fb766b #6bfb76

Analogous Colors of #766bfb

#766bfb #be6bfb #6ba8fb

Monochromatic Colors of #766bfb

#766bfb

Complementary Color

#766bfb #f0fb6b

#766bfb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#766bfb Color Preview on White Background

Lorem ipsum dolor sit amet.

#766bfb Color CSS Codes

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

#766bfb Text Font Color

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

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


#766bfb Background Color

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

This div background color is #766bfb


#766bfb Border Color

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

This div border color is #766bfb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #766bfb

Related Colors


Comments

No comments written yet.

Please login to write comment.