Color Hex Logo

#766abf Color Hex

#766ABF
(118,106,191)
0 Favorites   0 Comments

Color spaces of #766abf

RGB 118106191
HSL0.690.400.58
HSV248°45°75°
CMYK 0.380.450.00   0.25
XYZ22.029217.921251.5883
Yxy17.92120.24070.1958
Hunter Lab42.333418.8032-42.6185
CIE-Lab49.400425.2326-43.1578

#766abf color RGB value is (118,106,191).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110110 01101010 10111111
Octal 166 152 277
Decimal 118 106 191
Hex 76 6A BF

RGB Percentages of Color #766abf

%28.43
%25.54
%46.02

CMYK Percentages of Color #766abf

%38
%45
%0
%25

Triadic Colors of #766abf

#766abf #bf766a #6abf76

Analogous Colors of #766abf

#766abf #a16abf #6a89bf

Monochromatic Colors of #766abf

#766abf

Complementary Color

#766abf #b3bf6a

#766abf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#766abf Color Preview on White Background

Lorem ipsum dolor sit amet.

#766abf Color CSS Codes

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

#766abf Text Font Color

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

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


#766abf Background Color

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

This div background color is #766abf


#766abf Border Color

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

This div border color is #766abf


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(118,106,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 #766abf">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #766abf


Comments

No comments written yet.

Please login to write comment.