Color Hex Logo

#766bbd Color Hex

#766BBD
(118,107,189)
0 Favorites   0 Comments

Color spaces of #766bbd

RGB 118107189
HSL0.690.380.58
HSV248°43°74°
CMYK 0.380.430.00   0.26
XYZ21.914218.041150.4714
Yxy18.04110.24230.1995
Hunter Lab42.474817.7633-40.7199
CIE-Lab49.545924.0700-41.7734

#766bbd color RGB value is (118,107,189).

#766bbd hex color red value is 118, green value is 107 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #766bbd hue: 0.69 , saturation: 0.38 and the lightness value of 766bbd is 0.58.

The process color (four color CMYK) of #766bbd color hex is 0.38, 0.43, 0.00, 0.26. Web safe color of #766bbd is #6666cc. Color #766bbd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110110 01101011 10111101
Octal 166 153 275
Decimal 118 107 189
Hex 76 6B BD

RGB Percentages of Color #766bbd

%28.50
%25.85
%45.65

CMYK Percentages of Color #766bbd

%38
%43
%0
%26

Triadic Colors of #766bbd

#766bbd #bd766b #6bbd76

Analogous Colors of #766bbd

#766bbd #9f6bbd #6b89bd

Monochromatic Colors of #766bbd

#766bbd

Complementary Color

#766bbd #b2bd6b

#766bbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#766bbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#766bbd Color CSS Codes

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

#766bbd Text Font Color

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

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


#766bbd Background Color

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

This div background color is #766bbd


#766bbd Border Color

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

This div border color is #766bbd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #766bbd

#766bbd Color Palettes


Comments

No comments written yet.

Please login to write comment.