Color Hex Logo

#766486 Color Hex

#766486
(118,100,134)
0 Favorites   0 Comments

Color spaces of #766486

RGB 118100134
HSL0.750.150.46
HSV272°25°53°
CMYK 0.120.250.00   0.47
XYZ16.331514.687124.5284
Yxy14.68710.29400.2644
Hunter Lab38.32389.0004-11.1208
CIE-Lab45.202614.1664-16.1715

#766486 color RGB value is (118,100,134).

#766486 hex color red value is 118, green value is 100 and the blue value of its RGB is 134. Cylindrical-coordinate representations (also known as HSL) of color #766486 hue: 0.75 , saturation: 0.15 and the lightness value of 766486 is 0.46.

The process color (four color CMYK) of #766486 color hex is 0.12, 0.25, 0.00, 0.47. Web safe color of #766486 is #666699. Color #766486 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110110 01100100 10000110
Octal 166 144 206
Decimal 118 100 134
Hex 76 64 86

RGB Percentages of Color #766486

%33.52
%28.41
%38.07

CMYK Percentages of Color #766486

%12
%25
%0
%47

Triadic Colors of #766486

#766486 #867664 #648676

Analogous Colors of #766486

#766486 #866485 #656486

Monochromatic Colors of #766486

#766486

Complementary Color

#766486 #748664

#766486 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#766486 Color Preview on White Background

Lorem ipsum dolor sit amet.

#766486 Color CSS Codes

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

#766486 Text Font Color

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

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


#766486 Background Color

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

This div background color is #766486


#766486 Border Color

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

This div border color is #766486


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(118,100,134, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #766486; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #766486;
  -webkit-box-shadow: 1px 1px 3px 2px #766486;
  box-shadow:         1px 1px 3px 2px #766486; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #766486


Comments

No comments written yet.

Please login to write comment.