Color Hex Logo

#787bef Color Hex

#787BEF
(120,123,239)
0 Favorites   0 Comments

Color spaces of #787bef

RGB 120123239
HSL0.660.790.70
HSV238°50°94°
CMYK 0.500.490.00   0.06
XYZ30.408724.391084.7666
Yxy24.39100.21790.1748
Hunter Lab49.387223.4783-67.1923
CIE-Lab56.477229.5699-59.0254

#787bef color RGB value is (120,123,239).

#787bef hex color red value is 120, green value is 123 and the blue value of its RGB is 239. Cylindrical-coordinate representations (also known as HSL) of color #787bef hue: 0.66 , saturation: 0.79 and the lightness value of 787bef is 0.70.

The process color (four color CMYK) of #787bef color hex is 0.50, 0.49, 0.00, 0.06. Web safe color of #787bef is #6666ff. Color #787bef contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01111000 01111011 11101111
Octal 170 173 357
Decimal 120 123 239
Hex 78 7B EF

RGB Percentages of Color #787bef

%24.90
%25.52
%49.59

CMYK Percentages of Color #787bef

%50
%49
%0
%6

Triadic Colors of #787bef

#787bef #ef787b #7bef78

Analogous Colors of #787bef

#787bef #b178ef #78b7ef

Monochromatic Colors of #787bef

#787bef

Complementary Color

#787bef #efec78

#787bef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#787bef Color Preview on White Background

Lorem ipsum dolor sit amet.

#787bef Color CSS Codes

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

#787bef Text Font Color

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

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


#787bef Background Color

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

This div background color is #787bef


#787bef Border Color

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

This div border color is #787bef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #787bef


Comments

No comments written yet.

Please login to write comment.