Color Hex Logo

#766492 Color Hex

#766492
(118,100,146)
0 Favorites   0 Comments

Color spaces of #766492

RGB 118100146
HSL0.730.190.48
HSV263°32°57°
CMYK 0.190.320.00   0.43
XYZ17.216715.041229.1900
Yxy15.04120.28020.2448
Hunter Lab38.783011.3702-17.4765
CIE-Lab45.690616.9973-22.5968

#766492 color RGB value is (118,100,146).

#766492 hex color red value is 118, green value is 100 and the blue value of its RGB is 146. Cylindrical-coordinate representations (also known as HSL) of color #766492 hue: 0.73 , saturation: 0.19 and the lightness value of 766492 is 0.48.

The process color (four color CMYK) of #766492 color hex is 0.19, 0.32, 0.00, 0.43. Web safe color of #766492 is #666699. Color #766492 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110110 01100100 10010010
Octal 166 144 222
Decimal 118 100 146
Hex 76 64 92

RGB Percentages of Color #766492

%32.42
%27.47
%40.11

CMYK Percentages of Color #766492

%19
%32
%0
%43

Triadic Colors of #766492

#766492 #927664 #649276

Analogous Colors of #766492

#766492 #8d6492 #646992

Monochromatic Colors of #766492

#766492

Complementary Color

#766492 #809264

#766492 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#766492 Color Preview on White Background

Lorem ipsum dolor sit amet.

#766492 Color CSS Codes

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

#766492 Text Font Color

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

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


#766492 Background Color

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

This div background color is #766492


#766492 Border Color

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

This div border color is #766492


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #766492


Comments

No comments written yet.

Please login to write comment.