Color Hex Logo

#788bdf Color Hex

#788BDF
(120,139,223)
0 Favorites   0 Comments

Color spaces of #788bdf

RGB 120139223
HSL0.640.620.67
HSV229°46°87°
CMYK 0.460.380.00   0.13
XYZ30.297627.786073.5784
Yxy27.78600.23010.2110
Hunter Lab52.712410.3500-45.8610
CIE-Lab59.694915.2833-44.9981

#788bdf color RGB value is (120,139,223).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01111000 10001011 11011111
Octal 170 213 337
Decimal 120 139 223
Hex 78 8B DF

RGB Percentages of Color #788bdf

%24.90
%28.84
%46.27

CMYK Percentages of Color #788bdf

%46
%38
%0
%13

Triadic Colors of #788bdf

#788bdf #df788b #8bdf78

Analogous Colors of #788bdf

#788bdf #9978df #78bfdf

Monochromatic Colors of #788bdf

#788bdf

Complementary Color

#788bdf #dfcc78

#788bdf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#788bdf Color Preview on White Background

Lorem ipsum dolor sit amet.

#788bdf Color CSS Codes

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

#788bdf Text Font Color

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

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


#788bdf Background Color

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

This div background color is #788bdf


#788bdf Border Color

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

This div border color is #788bdf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #788bdf


Comments

No comments written yet.

Please login to write comment.