Color Hex Logo

#788dbe Color Hex

#788DBE
(120,141,190)
0 Favorites   0 Comments

Color spaces of #788dbe

RGB 120141190
HSL0.620.350.61
HSV222°37°75°
CMYK 0.370.260.00   0.25
XYZ26.564926.760552.4804
Yxy26.76050.25110.2529
Hunter Lab51.73061.1356-23.9380
CIE-Lab58.75204.7020-27.9280

#788dbe color RGB value is (120,141,190).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01111000 10001101 10111110
Octal 170 215 276
Decimal 120 141 190
Hex 78 8D BE

RGB Percentages of Color #788dbe

%26.61
%31.26
%42.13

CMYK Percentages of Color #788dbe

%37
%26
%0
%25

Triadic Colors of #788dbe

#788dbe #be788d #8dbe78

Analogous Colors of #788dbe

#788dbe #8678be #78b0be

Monochromatic Colors of #788dbe

#788dbe

Complementary Color

#788dbe #bea978

#788dbe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#788dbe Color Preview on White Background

Lorem ipsum dolor sit amet.

#788dbe Color CSS Codes

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

#788dbe Text Font Color

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

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


#788dbe Background Color

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

This div background color is #788dbe


#788dbe Border Color

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

This div border color is #788dbe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #788dbe


Comments

No comments written yet.

Please login to write comment.