Color Hex Logo

#787fbe Color Hex

#787FBE
(120,127,190)
0 Favorites   0 Comments

Color spaces of #787fbe

RGB 120127190
HSL0.650.350.61
HSV234°37°75°
CMYK 0.370.330.00   0.25
XYZ24.629422.889551.8352
Yxy22.88950.24790.2304
Hunter Lab47.84308.1660-30.7473
CIE-Lab54.958312.9134-33.8235

#787fbe color RGB value is (120,127,190).

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

The process color (four color CMYK) of #787fbe color hex is 0.37, 0.33, 0.00, 0.25. Web safe color of #787fbe is #6666cc. Color #787fbe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01111000 01111111 10111110
Octal 170 177 276
Decimal 120 127 190
Hex 78 7F BE

RGB Percentages of Color #787fbe

%27.46
%29.06
%43.48

CMYK Percentages of Color #787fbe

%37
%33
%0
%25

Triadic Colors of #787fbe

#787fbe #be787f #7fbe78

Analogous Colors of #787fbe

#787fbe #9478be #78a2be

Monochromatic Colors of #787fbe

#787fbe

Complementary Color

#787fbe #beb778

#787fbe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#787fbe Color Preview on White Background

Lorem ipsum dolor sit amet.

#787fbe Color CSS Codes

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

#787fbe Text Font Color

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

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


#787fbe Background Color

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

This div background color is #787fbe


#787fbe Border Color

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

This div border color is #787fbe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #787fbe


Comments

No comments written yet.

Please login to write comment.