Color Hex Logo

#788dbf Color Hex

#788DBF
(120,141,191)
0 Favorites   0 Comments

Color spaces of #788dbf

RGB 120141191
HSL0.620.360.61
HSV222°37°75°
CMYK 0.370.260.00   0.25
XYZ26.674626.804453.0581
Yxy26.80440.25040.2516
Hunter Lab51.77301.3645-24.5206
CIE-Lab58.79284.9752-28.4308

#788dbf color RGB value is (120,141,191).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01111000 10001101 10111111
Octal 170 215 277
Decimal 120 141 191
Hex 78 8D BF

RGB Percentages of Color #788dbf

%26.55
%31.19
%42.26

CMYK Percentages of Color #788dbf

%37
%26
%0
%25

Triadic Colors of #788dbf

#788dbf #bf788d #8dbf78

Analogous Colors of #788dbf

#788dbf #8778bf #78b1bf

Monochromatic Colors of #788dbf

#788dbf

Complementary Color

#788dbf #bfaa78

#788dbf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#788dbf Color Preview on White Background

Lorem ipsum dolor sit amet.

#788dbf Color CSS Codes

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

#788dbf Text Font Color

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

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


#788dbf Background Color

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

This div background color is #788dbf


#788dbf Border Color

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

This div border color is #788dbf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #788dbf


Comments

No comments written yet.

Please login to write comment.