Color Hex Logo

#766286 Color Hex

#766286
(118,98,134)
0 Favorites   0 Comments

Color spaces of #766286

RGB 11898134
HSL0.760.160.45
HSV273°27°53°
CMYK 0.120.270.00   0.47
XYZ16.142014.308124.4652
Yxy14.30810.29390.2605
Hunter Lab37.82609.9780-11.8695
CIE-Lab44.671615.3761-16.9824

#766286 color RGB value is (118,98,134).

#766286 hex color red value is 118, green value is 98 and the blue value of its RGB is 134. Cylindrical-coordinate representations (also known as HSL) of color #766286 hue: 0.76 , saturation: 0.16 and the lightness value of 766286 is 0.45.

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

Base Numbers

BaseRedGreenBlue
Binary 01110110 01100010 10000110
Octal 166 142 206
Decimal 118 98 134
Hex 76 62 86

RGB Percentages of Color #766286

%33.71
%28.00
%38.29

CMYK Percentages of Color #766286

%12
%27
%0
%47

Triadic Colors of #766286

#766286 #867662 #628676

Analogous Colors of #766286

#766286 #866284 #646286

Monochromatic Colors of #766286

#766286

Complementary Color

#766286 #728662

#766286 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#766286 Color Preview on White Background

Lorem ipsum dolor sit amet.

#766286 Color CSS Codes

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

#766286 Text Font Color

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

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


#766286 Background Color

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

This div background color is #766286


#766286 Border Color

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

This div border color is #766286


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #766286


Comments

No comments written yet.

Please login to write comment.