Color Hex Logo

#786bef Color Hex

#786BEF
(120,107,239)
0 Favorites   0 Comments

Color spaces of #786bef

RGB 120107239
HSL0.680.800.68
HSV246°55°94°
CMYK 0.500.550.00   0.06
XYZ28.583420.740584.1582
Yxy20.74050.21410.1554
Hunter Lab45.541732.3341-77.6849
CIE-Lab52.664339.0206-65.1581

#786bef color RGB value is (120,107,239).

#786bef hex color red value is 120, green value is 107 and the blue value of its RGB is 239. Cylindrical-coordinate representations (also known as HSL) of color #786bef hue: 0.68 , saturation: 0.80 and the lightness value of 786bef is 0.68.

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

Base Numbers

BaseRedGreenBlue
Binary 01111000 01101011 11101111
Octal 170 153 357
Decimal 120 107 239
Hex 78 6B EF

RGB Percentages of Color #786bef

%25.75
%22.96
%51.29

CMYK Percentages of Color #786bef

%50
%55
%0
%6

Triadic Colors of #786bef

#786bef #ef786b #6bef78

Analogous Colors of #786bef

#786bef #ba6bef #6ba0ef

Monochromatic Colors of #786bef

#786bef

Complementary Color

#786bef #e2ef6b

#786bef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#786bef Color Preview on White Background

Lorem ipsum dolor sit amet.

#786bef Color CSS Codes

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

#786bef Text Font Color

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

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


#786bef Background Color

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

This div background color is #786bef


#786bef Border Color

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

This div border color is #786bef


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(120,107,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 #786bef">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #786bef


Comments

No comments written yet.

Please login to write comment.