Color Hex Logo

#787fbc Color Hex

#787FBC
(120,127,188)
0 Favorites   0 Comments

Color spaces of #787fbc

RGB 120127188
HSL0.650.340.60
HSV234°36°74°
CMYK 0.360.320.00   0.26
XYZ24.412222.802750.6916
Yxy22.80270.24930.2329
Hunter Lab47.75227.6877-29.5131
CIE-Lab54.868512.3607-32.8213

#787fbc color RGB value is (120,127,188).

#787fbc hex color red value is 120, green value is 127 and the blue value of its RGB is 188. Cylindrical-coordinate representations (also known as HSL) of color #787fbc hue: 0.65 , saturation: 0.34 and the lightness value of 787fbc is 0.60.

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

Base Numbers

BaseRedGreenBlue
Binary 01111000 01111111 10111100
Octal 170 177 274
Decimal 120 127 188
Hex 78 7F BC

RGB Percentages of Color #787fbc

%27.59
%29.20
%43.22

CMYK Percentages of Color #787fbc

%36
%32
%0
%26

Triadic Colors of #787fbc

#787fbc #bc787f #7fbc78

Analogous Colors of #787fbc

#787fbc #9378bc #78a1bc

Monochromatic Colors of #787fbc

#787fbc

Complementary Color

#787fbc #bcb578

#787fbc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#787fbc Color Preview on White Background

Lorem ipsum dolor sit amet.

#787fbc Color CSS Codes

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

#787fbc Text Font Color

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

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


#787fbc Background Color

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

This div background color is #787fbc


#787fbc Border Color

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

This div border color is #787fbc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #787fbc


Comments

No comments written yet.

Please login to write comment.