Color Hex Logo

#788baf Color Hex

#788BAF
(120,139,175)
0 Favorites   0 Comments

Color spaces of #788baf

RGB 120139175
HSL0.610.260.58
HSV219°31°69°
CMYK 0.310.210.00   0.31
XYZ24.716225.553544.1871
Yxy25.55350.26170.2705
Hunter Lab50.5505-1.1873-16.4412
CIE-Lab57.61081.8545-21.1576

#788baf color RGB value is (120,139,175).

#788baf hex color red value is 120, green value is 139 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #788baf hue: 0.61 , saturation: 0.26 and the lightness value of 788baf is 0.58.

The process color (four color CMYK) of #788baf color hex is 0.31, 0.21, 0.00, 0.31. Web safe color of #788baf is #669999. Color #788baf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01111000 10001011 10101111
Octal 170 213 257
Decimal 120 139 175
Hex 78 8B AF

RGB Percentages of Color #788baf

%27.65
%32.03
%40.32

CMYK Percentages of Color #788baf

%31
%21
%0
%31

Triadic Colors of #788baf

#788baf #af788b #8baf78

Analogous Colors of #788baf

#788baf #8178af #78a7af

Monochromatic Colors of #788baf

#788baf

Complementary Color

#788baf #af9c78

#788baf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#788baf Color Preview on White Background

Lorem ipsum dolor sit amet.

#788baf Color CSS Codes

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

#788baf Text Font Color

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

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


#788baf Background Color

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

This div background color is #788baf


#788baf Border Color

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

This div border color is #788baf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #788baf


Comments

No comments written yet.

Please login to write comment.