Color Hex Logo

#766bdf Color Hex

#766BDF
(118,107,223)
0 Favorites   0 Comments

Color spaces of #766bdf

RGB 118107223
HSL0.680.640.65
HSV246°52°87°
CMYK 0.470.520.00   0.13
XYZ26.048219.694772.2406
Yxy19.69470.22080.1669
Hunter Lab44.378727.1083-65.4484
CIE-Lab51.490333.8691-58.0739

#766bdf color RGB value is (118,107,223).

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

The process color (four color CMYK) of #766bdf color hex is 0.47, 0.52, 0.00, 0.13. Web safe color of #766bdf is #6666cc. Color #766bdf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110110 01101011 11011111
Octal 166 153 337
Decimal 118 107 223
Hex 76 6B DF

RGB Percentages of Color #766bdf

%26.34
%23.88
%49.78

CMYK Percentages of Color #766bdf

%47
%52
%0
%13

Triadic Colors of #766bdf

#766bdf #df766b #6bdf76

Analogous Colors of #766bdf

#766bdf #b06bdf #6b9adf

Monochromatic Colors of #766bdf

#766bdf

Complementary Color

#766bdf #d4df6b

#766bdf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#766bdf Color Preview on White Background

Lorem ipsum dolor sit amet.

#766bdf Color CSS Codes

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

#766bdf Text Font Color

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

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


#766bdf Background Color

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

This div background color is #766bdf


#766bdf Border Color

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

This div border color is #766bdf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #766bdf


Comments

No comments written yet.

Please login to write comment.