Color Hex Logo

#788aa0 Color Hex

#788AA0
(120,138,160)
0 Favorites   0 Comments

Color spaces of #788aa0

RGB 120138160
HSL0.590.170.55
HSV213°25°63°
CMYK 0.250.140.00   0.37
XYZ23.179424.708136.8052
Yxy24.70810.27370.2917
Hunter Lab49.7072-3.7498-9.1056
CIE-Lab56.7899-1.3638-13.8200

#788aa0 color RGB value is (120,138,160).

#788aa0 hex color red value is 120, green value is 138 and the blue value of its RGB is 160. Cylindrical-coordinate representations (also known as HSL) of color #788aa0 hue: 0.59 , saturation: 0.17 and the lightness value of 788aa0 is 0.55.

The process color (four color CMYK) of #788aa0 color hex is 0.25, 0.14, 0.00, 0.37. Web safe color of #788aa0 is #669999. Color #788aa0 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01111000 10001010 10100000
Octal 170 212 240
Decimal 120 138 160
Hex 78 8A A0

RGB Percentages of Color #788aa0

%28.71
%33.01
%38.28

CMYK Percentages of Color #788aa0

%25
%14
%0
%37

Triadic Colors of #788aa0

#788aa0 #a0788a #8aa078

Analogous Colors of #788aa0

#788aa0 #7a78a0 #789ea0

Monochromatic Colors of #788aa0

#788aa0

Complementary Color

#788aa0 #a08e78

#788aa0 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#788aa0 Color Preview on White Background

Lorem ipsum dolor sit amet.

#788aa0 Color CSS Codes

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

#788aa0 Text Font Color

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

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


#788aa0 Background Color

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

This div background color is #788aa0


#788aa0 Border Color

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

This div border color is #788aa0


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(120,138,160, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #788aa0


Comments

No comments written yet.

Please login to write comment.