Color Hex Logo

#788dbd Color Hex

#788DBD
(120,141,189)
0 Favorites   0 Comments

Color spaces of #788dbd

RGB 120141189
HSL0.620.340.61
HSV222°37°74°
CMYK 0.370.250.00   0.26
XYZ26.455926.716951.9066
Yxy26.71690.25180.2543
Hunter Lab51.68840.9078-23.3584
CIE-Lab58.71144.4293-27.4244

#788dbd color RGB value is (120,141,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01111000 10001101 10111101
Octal 170 215 275
Decimal 120 141 189
Hex 78 8D BD

RGB Percentages of Color #788dbd

%26.67
%31.33
%42.00

CMYK Percentages of Color #788dbd

%37
%25
%0
%26

Triadic Colors of #788dbd

#788dbd #bd788d #8dbd78

Analogous Colors of #788dbd

#788dbd #8678bd #78b0bd

Monochromatic Colors of #788dbd

#788dbd

Complementary Color

#788dbd #bda878

#788dbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#788dbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#788dbd Color CSS Codes

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

#788dbd Text Font Color

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

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


#788dbd Background Color

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

This div background color is #788dbd


#788dbd Border Color

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

This div border color is #788dbd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #788dbd


Comments

No comments written yet.

Please login to write comment.