Color Hex Logo

#787aaa Color Hex

#787AAA
(120,122,170)
0 Favorites   0 Comments

Color spaces of #787aaa

RGB 120122170
HSL0.660.230.57
HSV238°29°67°
CMYK 0.290.280.00   0.33
XYZ21.961020.814440.8903
Yxy20.81440.26250.2488
Hunter Lab45.62286.0829-21.2038
CIE-Lab52.745810.4956-25.7674

#787aaa color RGB value is (120,122,170).

#787aaa hex color red value is 120, green value is 122 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #787aaa hue: 0.66 , saturation: 0.23 and the lightness value of 787aaa is 0.57.

The process color (four color CMYK) of #787aaa color hex is 0.29, 0.28, 0.00, 0.33. Web safe color of #787aaa is #666699. Color #787aaa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01111000 01111010 10101010
Octal 170 172 252
Decimal 120 122 170
Hex 78 7A AA

RGB Percentages of Color #787aaa

%29.13
%29.61
%41.26

CMYK Percentages of Color #787aaa

%29
%28
%0
%33

Triadic Colors of #787aaa

#787aaa #aa787a #7aaa78

Analogous Colors of #787aaa

#787aaa #8f78aa #7893aa

Monochromatic Colors of #787aaa

#787aaa

Complementary Color

#787aaa #aaa878

#787aaa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#787aaa Color Preview on White Background

Lorem ipsum dolor sit amet.

#787aaa Color CSS Codes

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

#787aaa Text Font Color

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

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


#787aaa Background Color

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

This div background color is #787aaa


#787aaa Border Color

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

This div border color is #787aaa


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(120,122,170, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #787aaa; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #787aaa;
  -webkit-box-shadow: 1px 1px 3px 2px #787aaa;
  box-shadow:         1px 1px 3px 2px #787aaa; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(120,122,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 #787aaa">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #787aaa


Comments

No comments written yet.

Please login to write comment.