Color Hex Logo

#788adb Color Hex

#788ADB
(120,138,219)
0 Favorites   0 Comments

Color spaces of #788adb

RGB 120138219
HSL0.640.580.66
HSV229°45°86°
CMYK 0.450.370.00   0.14
XYZ29.620427.284570.7231
Yxy27.28450.23210.2138
Hunter Lab52.23469.8106-43.7116
CIE-Lab59.236714.6942-43.4878

#788adb color RGB value is (120,138,219).

#788adb hex color red value is 120, green value is 138 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #788adb hue: 0.64 , saturation: 0.58 and the lightness value of 788adb is 0.66.

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

Base Numbers

BaseRedGreenBlue
Binary 01111000 10001010 11011011
Octal 170 212 333
Decimal 120 138 219
Hex 78 8A DB

RGB Percentages of Color #788adb

%25.16
%28.93
%45.91

CMYK Percentages of Color #788adb

%45
%37
%0
%14

Triadic Colors of #788adb

#788adb #db788a #8adb78

Analogous Colors of #788adb

#788adb #9878db #78bcdb

Monochromatic Colors of #788adb

#788adb

Complementary Color

#788adb #dbc978

#788adb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#788adb Color Preview on White Background

Lorem ipsum dolor sit amet.

#788adb Color CSS Codes

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

#788adb Text Font Color

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

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


#788adb Background Color

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

This div background color is #788adb


#788adb Border Color

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

This div border color is #788adb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #788adb


Comments

No comments written yet.

Please login to write comment.