Color Hex Logo

#788bde Color Hex

#788BDE
(120,139,222)
0 Favorites   0 Comments

Color spaces of #788bde

RGB 120139222
HSL0.640.610.67
HSV229°46°87°
CMYK 0.460.370.00   0.13
XYZ30.163227.732272.8703
Yxy27.73220.23070.2121
Hunter Lab52.661410.0832-45.1797
CIE-Lab59.646014.9882-44.5176

#788bde color RGB value is (120,139,222).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01111000 10001011 11011110
Octal 170 213 336
Decimal 120 139 222
Hex 78 8B DE

RGB Percentages of Color #788bde

%24.95
%28.90
%46.15

CMYK Percentages of Color #788bde

%46
%37
%0
%13

Triadic Colors of #788bde

#788bde #de788b #8bde78

Analogous Colors of #788bde

#788bde #9878de #78bede

Monochromatic Colors of #788bde

#788bde

Complementary Color

#788bde #decb78

#788bde Color Preview on Black Background

Lorem ipsum dolor sit amet.

#788bde Color Preview on White Background

Lorem ipsum dolor sit amet.

#788bde Color CSS Codes

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

#788bde Text Font Color

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

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


#788bde Background Color

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

This div background color is #788bde


#788bde Border Color

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

This div border color is #788bde


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #788bde


Comments

No comments written yet.

Please login to write comment.