Color Hex Logo

#788dbb Color Hex

#788DBB
(120,141,187)
0 Favorites   0 Comments

Color spaces of #788dbb

RGB 120141187
HSL0.610.330.60
HSV221°36°73°
CMYK 0.360.250.00   0.27
XYZ26.240226.630750.7709
Yxy26.63070.25320.2569
Hunter Lab51.60490.4554-22.2083
CIE-Lab58.63093.8864-26.4152

#788dbb color RGB value is (120,141,187).

#788dbb hex color red value is 120, green value is 141 and the blue value of its RGB is 187. Cylindrical-coordinate representations (also known as HSL) of color #788dbb hue: 0.61 , saturation: 0.33 and the lightness value of 788dbb is 0.60.

The process color (four color CMYK) of #788dbb color hex is 0.36, 0.25, 0.00, 0.27. Web safe color of #788dbb is #6699cc. Color #788dbb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01111000 10001101 10111011
Octal 170 215 273
Decimal 120 141 187
Hex 78 8D BB

RGB Percentages of Color #788dbb

%26.79
%31.47
%41.74

CMYK Percentages of Color #788dbb

%36
%25
%0
%27

Triadic Colors of #788dbb

#788dbb #bb788d #8dbb78

Analogous Colors of #788dbb

#788dbb #8578bb #78afbb

Monochromatic Colors of #788dbb

#788dbb

Complementary Color

#788dbb #bba678

#788dbb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#788dbb Color Preview on White Background

Lorem ipsum dolor sit amet.

#788dbb Color CSS Codes

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

#788dbb Text Font Color

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

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


#788dbb Background Color

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

This div background color is #788dbb


#788dbb Border Color

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

This div border color is #788dbb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #788dbb


Comments

No comments written yet.

Please login to write comment.