Color Hex Logo

#7793aa Color Hex

#7793AA
(119,147,170)
0 Favorites   0 Comments

Color spaces of #7793aa

RGB 119147170
HSL0.580.230.57
HSV207°30°67°
CMYK 0.300.140.00   0.33
XYZ25.297227.691742.0419
Yxy27.69170.26620.2914
Hunter Lab52.6229-6.2805-10.5324
CIE-Lab59.6092-4.2780-15.2760

#7793aa color RGB value is (119,147,170).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110111 10010011 10101010
Octal 167 223 252
Decimal 119 147 170
Hex 77 93 AA

RGB Percentages of Color #7793aa

%27.29
%33.72
%38.99

CMYK Percentages of Color #7793aa

%30
%14
%0
%33

Triadic Colors of #7793aa

#7793aa #aa7793 #93aa77

Analogous Colors of #7793aa

#7793aa #777aaa #77aaa8

Monochromatic Colors of #7793aa

#7793aa

Complementary Color

#7793aa #aa8e77

#7793aa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7793aa Color Preview on White Background

Lorem ipsum dolor sit amet.

#7793aa Color CSS Codes

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

#7793aa Text Font Color

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

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


#7793aa Background Color

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

This div background color is #7793aa


#7793aa Border Color

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

This div border color is #7793aa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7793aa


Comments

No comments written yet.

Please login to write comment.