Color Hex Logo

#787fbf Color Hex

#787FBF
(120,127,191)
0 Favorites   0 Comments

Color spaces of #787fbf

RGB 120127191
HSL0.650.360.61
HSV234°37°75°
CMYK 0.370.340.00   0.25
XYZ24.739122.933452.4129
Yxy22.93340.24720.2291
Hunter Lab47.88888.4066-31.3690
CIE-Lab55.003713.1906-34.3233

#787fbf color RGB value is (120,127,191).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01111000 01111111 10111111
Octal 170 177 277
Decimal 120 127 191
Hex 78 7F BF

RGB Percentages of Color #787fbf

%27.40
%29.00
%43.61

CMYK Percentages of Color #787fbf

%37
%34
%0
%25

Triadic Colors of #787fbf

#787fbf #bf787f #7fbf78

Analogous Colors of #787fbf

#787fbf #9578bf #78a3bf

Monochromatic Colors of #787fbf

#787fbf

Complementary Color

#787fbf #bfb878

#787fbf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#787fbf Color Preview on White Background

Lorem ipsum dolor sit amet.

#787fbf Color CSS Codes

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

#787fbf Text Font Color

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

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


#787fbf Background Color

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

This div background color is #787fbf


#787fbf Border Color

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

This div border color is #787fbf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #787fbf


Comments

No comments written yet.

Please login to write comment.