Color Hex Logo

#787baa Color Hex

#787BAA
(120,123,170)
0 Favorites   0 Comments

Color spaces of #787baa

RGB 120123170
HSL0.660.230.57
HSV236°29°67°
CMYK 0.290.280.00   0.33
XYZ22.084421.061340.9315
Yxy21.06130.26270.2505
Hunter Lab45.89265.5856-20.7558
CIE-Lab53.01659.9022-25.3490

#787baa color RGB value is (120,123,170).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01111000 01111011 10101010
Octal 170 173 252
Decimal 120 123 170
Hex 78 7B AA

RGB Percentages of Color #787baa

%29.06
%29.78
%41.16

CMYK Percentages of Color #787baa

%29
%28
%0
%33

Triadic Colors of #787baa

#787baa #aa787b #7baa78

Analogous Colors of #787baa

#787baa #8e78aa #7894aa

Monochromatic Colors of #787baa

#787baa

Complementary Color

#787baa #aaa778

#787baa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#787baa Color Preview on White Background

Lorem ipsum dolor sit amet.

#787baa Color CSS Codes

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

#787baa Text Font Color

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

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


#787baa Background Color

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

This div background color is #787baa


#787baa Border Color

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

This div border color is #787baa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #787baa


Comments

No comments written yet.

Please login to write comment.