Color Hex Logo

#788dd8 Color Hex

#788DD8
(120,141,216)
0 Favorites   0 Comments

Color spaces of #788dd8

RGB 120141216
HSL0.630.550.66
HSV227°44°85°
CMYK 0.440.350.00   0.15
XYZ29.665328.000768.8069
Yxy28.00070.23460.2214
Hunter Lab52.91577.4672-40.0545
CIE-Lab59.889412.0523-40.7839

#788dd8 color RGB value is (120,141,216).

#788dd8 hex color red value is 120, green value is 141 and the blue value of its RGB is 216. Cylindrical-coordinate representations (also known as HSL) of color #788dd8 hue: 0.63 , saturation: 0.55 and the lightness value of 788dd8 is 0.66.

The process color (four color CMYK) of #788dd8 color hex is 0.44, 0.35, 0.00, 0.15. Web safe color of #788dd8 is #6699cc. Color #788dd8 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01111000 10001101 11011000
Octal 170 215 330
Decimal 120 141 216
Hex 78 8D D8

RGB Percentages of Color #788dd8

%25.16
%29.56
%45.28

CMYK Percentages of Color #788dd8

%44
%35
%0
%15

Triadic Colors of #788dd8

#788dd8 #d8788d #8dd878

Analogous Colors of #788dd8

#788dd8 #9378d8 #78bdd8

Monochromatic Colors of #788dd8

#788dd8

Complementary Color

#788dd8 #d8c378

#788dd8 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#788dd8 Color Preview on White Background

Lorem ipsum dolor sit amet.

#788dd8 Color CSS Codes

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

#788dd8 Text Font Color

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

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


#788dd8 Background Color

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

This div background color is #788dd8


#788dd8 Border Color

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

This div border color is #788dd8


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #788dd8


Comments

No comments written yet.

Please login to write comment.