Color Hex Logo

#787bff Color Hex

#787BFF
(120,123,255)
0 Favorites   0 Comments

Color spaces of #787bff

RGB 120123255
HSL0.661.000.74
HSV239°53°100°
CMYK 0.530.520.00   0.00
XYZ32.878725.379097.7735
Yxy25.37900.21070.1627
Hunter Lab50.377628.3365-79.8066
CIE-Lab57.442834.4266-66.3269

#787bff color RGB value is (120,123,255).

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

The process color (four color CMYK) of #787bff color hex is 0.53, 0.52, 0.00, 0.00. Web safe color of #787bff is #6666ff. Color #787bff contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01111000 01111011 11111111
Octal 170 173 377
Decimal 120 123 255
Hex 78 7B FF

RGB Percentages of Color #787bff

%24.10
%24.70
%51.20

CMYK Percentages of Color #787bff

%53
%52
%0
%0

Triadic Colors of #787bff

#787bff #ff787b #7bff78

Analogous Colors of #787bff

#787bff #b978ff #78bfff

Monochromatic Colors of #787bff

#787bff

Complementary Color

#787bff #fffc78

#787bff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#787bff Color Preview on White Background

Lorem ipsum dolor sit amet.

#787bff Color CSS Codes

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

#787bff Text Font Color

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

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


#787bff Background Color

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

This div background color is #787bff


#787bff Border Color

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

This div border color is #787bff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #787bff

#787bff Color Palettes


Comments

No comments written yet.

Please login to write comment.