Color Hex Logo

#788abf Color Hex

#788ABF
(120,138,191)
0 Favorites   0 Comments

Color spaces of #788abf

RGB 120138191
HSL0.620.360.61
HSV225°37°75°
CMYK 0.370.280.00   0.25
XYZ26.238225.931652.9126
Yxy25.93160.24970.2468
Hunter Lab50.92312.8570-25.9603
CIE-Lab57.97216.7180-29.7019

#788abf color RGB value is (120,138,191).

#788abf hex color red value is 120, green value is 138 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #788abf hue: 0.62 , saturation: 0.36 and the lightness value of 788abf is 0.61.

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

Base Numbers

BaseRedGreenBlue
Binary 01111000 10001010 10111111
Octal 170 212 277
Decimal 120 138 191
Hex 78 8A BF

RGB Percentages of Color #788abf

%26.73
%30.73
%42.54

CMYK Percentages of Color #788abf

%37
%28
%0
%25

Triadic Colors of #788abf

#788abf #bf788a #8abf78

Analogous Colors of #788abf

#788abf #8a78bf #78aebf

Monochromatic Colors of #788abf

#788abf

Complementary Color

#788abf #bfad78

#788abf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#788abf Color Preview on White Background

Lorem ipsum dolor sit amet.

#788abf Color CSS Codes

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

#788abf Text Font Color

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

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


#788abf Background Color

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

This div background color is #788abf


#788abf Border Color

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

This div border color is #788abf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #788abf


Comments

No comments written yet.

Please login to write comment.