Color Hex Logo

#788cbd Color Hex

#788CBD
(120,140,189)
0 Favorites   0 Comments

Color spaces of #788cbd

RGB 120140189
HSL0.620.340.61
HSV223°37°74°
CMYK 0.370.260.00   0.26
XYZ26.309126.423451.8577
Yxy26.42340.25150.2526
Hunter Lab51.40371.4022-23.8311
CIE-Lab58.43685.0079-27.8488

#788cbd color RGB value is (120,140,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01111000 10001100 10111101
Octal 170 214 275
Decimal 120 140 189
Hex 78 8C BD

RGB Percentages of Color #788cbd

%26.73
%31.18
%42.09

CMYK Percentages of Color #788cbd

%37
%26
%0
%26

Triadic Colors of #788cbd

#788cbd #bd788c #8cbd78

Analogous Colors of #788cbd

#788cbd #8778bd #78afbd

Monochromatic Colors of #788cbd

#788cbd

Complementary Color

#788cbd #bda978

#788cbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#788cbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#788cbd Color CSS Codes

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

#788cbd Text Font Color

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

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


#788cbd Background Color

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

This div background color is #788cbd


#788cbd Border Color

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

This div border color is #788cbd


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(120,140,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 #788cbd">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #788cbd


Comments

No comments written yet.

Please login to write comment.