Color Hex Logo

#766cbf Color Hex

#766CBF
(118,108,191)
0 Favorites   0 Comments

Color spaces of #766cbf

RGB 118108191
HSL0.690.390.59
HSV247°43°75°
CMYK 0.380.430.00   0.25
XYZ22.237718.338351.6578
Yxy18.33830.24110.1988
Hunter Lab42.823217.7527-41.5454
CIE-Lab49.903924.0283-42.3597

#766cbf color RGB value is (118,108,191).

#766cbf hex color red value is 118, green value is 108 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #766cbf hue: 0.69 , saturation: 0.39 and the lightness value of 766cbf is 0.59.

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

Base Numbers

BaseRedGreenBlue
Binary 01110110 01101100 10111111
Octal 166 154 277
Decimal 118 108 191
Hex 76 6C BF

RGB Percentages of Color #766cbf

%28.30
%25.90
%45.80

CMYK Percentages of Color #766cbf

%38
%43
%0
%25

Triadic Colors of #766cbf

#766cbf #bf766c #6cbf76

Analogous Colors of #766cbf

#766cbf #a06cbf #6c8cbf

Monochromatic Colors of #766cbf

#766cbf

Complementary Color

#766cbf #b5bf6c

#766cbf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#766cbf Color Preview on White Background

Lorem ipsum dolor sit amet.

#766cbf Color CSS Codes

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

#766cbf Text Font Color

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

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


#766cbf Background Color

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

This div background color is #766cbf


#766cbf Border Color

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

This div border color is #766cbf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #766cbf


Comments

No comments written yet.

Please login to write comment.