Color Hex Logo

#766bda Color Hex

#766BDA
(118,107,218)
0 Favorites   0 Comments

Color spaces of #766bda

RGB 118107218
HSL0.680.600.64
HSV246°51°85°
CMYK 0.460.510.00   0.15
XYZ25.383819.428968.7419
Yxy19.42890.22350.1711
Hunter Lab44.078225.6578-61.6106
CIE-Lab51.185332.3986-55.7369

#766bda color RGB value is (118,107,218).

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

The process color (four color CMYK) of #766bda color hex is 0.46, 0.51, 0.00, 0.15. Web safe color of #766bda is #6666cc. Color #766bda contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110110 01101011 11011010
Octal 166 153 332
Decimal 118 107 218
Hex 76 6B DA

RGB Percentages of Color #766bda

%26.64
%24.15
%49.21

CMYK Percentages of Color #766bda

%46
%51
%0
%15

Triadic Colors of #766bda

#766bda #da766b #6bda76

Analogous Colors of #766bda

#766bda #ae6bda #6b98da

Monochromatic Colors of #766bda

#766bda

Complementary Color

#766bda #cfda6b

#766bda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#766bda Color Preview on White Background

Lorem ipsum dolor sit amet.

#766bda Color CSS Codes

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

#766bda Text Font Color

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

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


#766bda Background Color

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

This div background color is #766bda


#766bda Border Color

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

This div border color is #766bda


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #766bda


Comments

No comments written yet.

Please login to write comment.