Color Hex Logo

#788ba2 Color Hex

#788BA2
(120,139,162)
0 Favorites   0 Comments

Color spaces of #788ba2

RGB 120139162
HSL0.590.180.55
HSV213°26°64°
CMYK 0.260.140.00   0.36
XYZ23.499925.066937.7822
Yxy25.06690.27220.2903
Hunter Lab50.0669-3.8344-9.6955
CIE-Lab57.1405-1.4420-14.4375

#788ba2 color RGB value is (120,139,162).

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

The process color (four color CMYK) of #788ba2 color hex is 0.26, 0.14, 0.00, 0.36. Web safe color of #788ba2 is #669999. Color #788ba2 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01111000 10001011 10100010
Octal 170 213 242
Decimal 120 139 162
Hex 78 8B A2

RGB Percentages of Color #788ba2

%28.50
%33.02
%38.48

CMYK Percentages of Color #788ba2

%26
%14
%0
%36

Triadic Colors of #788ba2

#788ba2 #a2788b #8ba278

Analogous Colors of #788ba2

#788ba2 #7a78a2 #78a0a2

Monochromatic Colors of #788ba2

#788ba2

Complementary Color

#788ba2 #a28f78

#788ba2 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#788ba2 Color Preview on White Background

Lorem ipsum dolor sit amet.

#788ba2 Color CSS Codes

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

#788ba2 Text Font Color

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

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


#788ba2 Background Color

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

This div background color is #788ba2


#788ba2 Border Color

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

This div border color is #788ba2


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #788ba2


Comments

No comments written yet.

Please login to write comment.