Color Hex Logo

#788dad Color Hex

#788DAD
(120,141,173)
0 Favorites   0 Comments

Color spaces of #788dad

RGB 120141173
HSL0.600.240.57
HSV216°31°68°
CMYK 0.310.180.00   0.32
XYZ24.813426.060043.2574
Yxy26.06000.26360.2768
Hunter Lab51.0490-2.5722-14.5063
CIE-Lab58.09400.1896-19.2787

#788dad color RGB value is (120,141,173).

#788dad hex color red value is 120, green value is 141 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #788dad hue: 0.60 , saturation: 0.24 and the lightness value of 788dad is 0.57.

The process color (four color CMYK) of #788dad color hex is 0.31, 0.18, 0.00, 0.32. Web safe color of #788dad is #669999. Color #788dad contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01111000 10001101 10101101
Octal 170 215 255
Decimal 120 141 173
Hex 78 8D AD

RGB Percentages of Color #788dad

%27.65
%32.49
%39.86

CMYK Percentages of Color #788dad

%31
%18
%0
%32

Triadic Colors of #788dad

#788dad #ad788d #8dad78

Analogous Colors of #788dad

#788dad #7e78ad #78a8ad

Monochromatic Colors of #788dad

#788dad

Complementary Color

#788dad #ad9878

#788dad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#788dad Color Preview on White Background

Lorem ipsum dolor sit amet.

#788dad Color CSS Codes

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

#788dad Text Font Color

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

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


#788dad Background Color

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

This div background color is #788dad


#788dad Border Color

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

This div border color is #788dad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #788dad


Comments

No comments written yet.

Please login to write comment.