Color Hex Logo

#7693aa Color Hex

#7693AA
(118,147,170)
0 Favorites   0 Comments

Color spaces of #7693aa

RGB 118147170
HSL0.570.230.56
HSV207°31°67°
CMYK 0.310.140.00   0.33
XYZ25.160627.621342.0355
Yxy27.62130.26540.2913
Hunter Lab52.5560-6.5180-10.6324
CIE-Lab59.5451-4.5815-15.3792

#7693aa color RGB value is (118,147,170).

#7693aa hex color red value is 118, green value is 147 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #7693aa hue: 0.57 , saturation: 0.23 and the lightness value of 7693aa is 0.56.

The process color (four color CMYK) of #7693aa color hex is 0.31, 0.14, 0.00, 0.33. Web safe color of #7693aa is #669999. Color #7693aa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110110 10010011 10101010
Octal 166 223 252
Decimal 118 147 170
Hex 76 93 AA

RGB Percentages of Color #7693aa

%27.13
%33.79
%39.08

CMYK Percentages of Color #7693aa

%31
%14
%0
%33

Triadic Colors of #7693aa

#7693aa #aa7693 #93aa76

Analogous Colors of #7693aa

#7693aa #7679aa #76aaa7

Monochromatic Colors of #7693aa

#7693aa

Complementary Color

#7693aa #aa8d76

#7693aa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7693aa Color Preview on White Background

Lorem ipsum dolor sit amet.

#7693aa Color CSS Codes

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

#7693aa Text Font Color

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

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


#7693aa Background Color

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

This div background color is #7693aa


#7693aa Border Color

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

This div border color is #7693aa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7693aa


Comments

No comments written yet.

Please login to write comment.