Color Hex Logo

#788bdd Color Hex

#788BDD
(120,139,221)
0 Favorites   0 Comments

Color spaces of #788bdd

RGB 120139221
HSL0.640.600.67
HSV229°46°87°
CMYK 0.460.370.00   0.13
XYZ30.029527.678872.1664
Yxy27.67880.23120.2131
Hunter Lab52.61069.8169-44.5011
CIE-Lab59.597414.6930-44.0362

#788bdd color RGB value is (120,139,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01111000 10001011 11011101
Octal 170 213 335
Decimal 120 139 221
Hex 78 8B DD

RGB Percentages of Color #788bdd

%25.00
%28.96
%46.04

CMYK Percentages of Color #788bdd

%46
%37
%0
%13

Triadic Colors of #788bdd

#788bdd #dd788b #8bdd78

Analogous Colors of #788bdd

#788bdd #9878dd #78bedd

Monochromatic Colors of #788bdd

#788bdd

Complementary Color

#788bdd #ddca78

#788bdd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#788bdd Color Preview on White Background

Lorem ipsum dolor sit amet.

#788bdd Color CSS Codes

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

#788bdd Text Font Color

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

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


#788bdd Background Color

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

This div background color is #788bdd


#788bdd Border Color

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

This div border color is #788bdd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #788bdd


Comments

No comments written yet.

Please login to write comment.