Color Hex Logo

#766793 Color Hex

#766793
(118,103,147)
0 Favorites   0 Comments

Color spaces of #766793

RGB 118103147
HSL0.720.180.49
HSV260°30°58°
CMYK 0.200.300.00   0.42
XYZ17.587915.658629.6992
Yxy15.65860.27940.2488
Hunter Lab39.570910.0878-16.7993
CIE-Lab46.523415.4264-21.9066

#766793 color RGB value is (118,103,147).

#766793 hex color red value is 118, green value is 103 and the blue value of its RGB is 147. Cylindrical-coordinate representations (also known as HSL) of color #766793 hue: 0.72 , saturation: 0.18 and the lightness value of 766793 is 0.49.

The process color (four color CMYK) of #766793 color hex is 0.20, 0.30, 0.00, 0.42. Web safe color of #766793 is #666699. Color #766793 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110110 01100111 10010011
Octal 166 147 223
Decimal 118 103 147
Hex 76 67 93

RGB Percentages of Color #766793

%32.07
%27.99
%39.95

CMYK Percentages of Color #766793

%20
%30
%0
%42

Triadic Colors of #766793

#766793 #937667 #679376

Analogous Colors of #766793

#766793 #8c6793 #676e93

Monochromatic Colors of #766793

#766793

Complementary Color

#766793 #849367

#766793 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#766793 Color Preview on White Background

Lorem ipsum dolor sit amet.

#766793 Color CSS Codes

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

#766793 Text Font Color

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

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


#766793 Background Color

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

This div background color is #766793


#766793 Border Color

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

This div border color is #766793


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #766793


Comments

No comments written yet.

Please login to write comment.