Color Hex Logo

#787cbb Color Hex

#787CBB
(120,124,187)
0 Favorites   0 Comments

Color spaces of #787cbb

RGB 120124187
HSL0.660.330.60
HSV236°36°73°
CMYK 0.360.340.00   0.27
XYZ23.923021.996249.9985
Yxy21.99620.24940.2293
Hunter Lab46.90018.9748-30.3768
CIE-Lab54.023013.8680-33.5694

#787cbb color RGB value is (120,124,187).

#787cbb hex color red value is 120, green value is 124 and the blue value of its RGB is 187. Cylindrical-coordinate representations (also known as HSL) of color #787cbb hue: 0.66 , saturation: 0.33 and the lightness value of 787cbb is 0.60.

The process color (four color CMYK) of #787cbb color hex is 0.36, 0.34, 0.00, 0.27. Web safe color of #787cbb is #6666cc. Color #787cbb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01111000 01111100 10111011
Octal 170 174 273
Decimal 120 124 187
Hex 78 7C BB

RGB Percentages of Color #787cbb

%27.84
%28.77
%43.39

CMYK Percentages of Color #787cbb

%36
%34
%0
%27

Triadic Colors of #787cbb

#787cbb #bb787c #7cbb78

Analogous Colors of #787cbb

#787cbb #9678bb #789ebb

Monochromatic Colors of #787cbb

#787cbb

Complementary Color

#787cbb #bbb778

#787cbb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#787cbb Color Preview on White Background

Lorem ipsum dolor sit amet.

#787cbb Color CSS Codes

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

#787cbb Text Font Color

<p style="color:#787cbb">Text here</p>

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


#787cbb Background Color

<div style="background-color:#787cbb">
Div content here</div>

This div background color is #787cbb


#787cbb Border Color

<div style="border:3px solid #787cbb">
Div here</div>

This div border color is #787cbb


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(120,124,187, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #787cbb; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #787cbb;
  -webkit-box-shadow: 1px 1px 3px 2px #787cbb;
  box-shadow:         1px 1px 3px 2px #787cbb; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #787cbb


Comments

No comments written yet.

Please login to write comment.