Color Hex Logo

#788dab Color Hex

#788DAB
(120,141,171)
0 Favorites   0 Comments

Color spaces of #788dab

RGB 120141171
HSL0.600.230.57
HSV215°30°67°
CMYK 0.300.180.00   0.33
XYZ24.621325.983142.2456
Yxy25.98310.26520.2798
Hunter Lab50.9736-2.9847-13.4565
CIE-Lab58.0210-0.3227-18.2491

#788dab color RGB value is (120,141,171).

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

The process color (four color CMYK) of #788dab color hex is 0.30, 0.18, 0.00, 0.33. Web safe color of #788dab is #669999. Color #788dab contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01111000 10001101 10101011
Octal 170 215 253
Decimal 120 141 171
Hex 78 8D AB

RGB Percentages of Color #788dab

%27.78
%32.64
%39.58

CMYK Percentages of Color #788dab

%30
%18
%0
%33

Triadic Colors of #788dab

#788dab #ab788d #8dab78

Analogous Colors of #788dab

#788dab #7d78ab #78a7ab

Monochromatic Colors of #788dab

#788dab

Complementary Color

#788dab #ab9678

#788dab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#788dab Color Preview on White Background

Lorem ipsum dolor sit amet.

#788dab Color CSS Codes

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

#788dab Text Font Color

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

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


#788dab Background Color

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

This div background color is #788dab


#788dab Border Color

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

This div border color is #788dab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #788dab


Comments

No comments written yet.

Please login to write comment.