Color Hex Logo

#788eaa Color Hex

#788EAA
(120,142,170)
0 Favorites   0 Comments

Color spaces of #788eaa

RGB 120142170
HSL0.590.230.57
HSV214°29°67°
CMYK 0.290.160.00   0.33
XYZ24.674426.241441.7948
Yxy26.24140.26610.2830
Hunter Lab51.2264-3.6673-12.5153
CIE-Lab58.2655-1.1475-17.3069

#788eaa color RGB value is (120,142,170).

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

The process color (four color CMYK) of #788eaa color hex is 0.29, 0.16, 0.00, 0.33. Web safe color of #788eaa is #669999. Color #788eaa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01111000 10001110 10101010
Octal 170 216 252
Decimal 120 142 170
Hex 78 8E AA

RGB Percentages of Color #788eaa

%27.78
%32.87
%39.35

CMYK Percentages of Color #788eaa

%29
%16
%0
%33

Triadic Colors of #788eaa

#788eaa #aa788e #8eaa78

Analogous Colors of #788eaa

#788eaa #7b78aa #78a7aa

Monochromatic Colors of #788eaa

#788eaa

Complementary Color

#788eaa #aa9478

#788eaa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#788eaa Color Preview on White Background

Lorem ipsum dolor sit amet.

#788eaa Color CSS Codes

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

#788eaa Text Font Color

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

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


#788eaa Background Color

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

This div background color is #788eaa


#788eaa Border Color

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

This div border color is #788eaa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #788eaa


Comments

No comments written yet.

Please login to write comment.