Color Hex Logo

#786eef Color Hex

#786EEF
(120,110,239)
0 Favorites   0 Comments

Color spaces of #786eef

RGB 120110239
HSL0.680.800.68
HSV245°54°94°
CMYK 0.500.540.00   0.06
XYZ28.901621.376984.2642
Yxy21.37690.21480.1589
Hunter Lab46.235230.6688-75.6922
CIE-Lab53.359537.2623-64.0364

#786eef color RGB value is (120,110,239).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01111000 01101110 11101111
Octal 170 156 357
Decimal 120 110 239
Hex 78 6E EF

RGB Percentages of Color #786eef

%25.59
%23.45
%50.96

CMYK Percentages of Color #786eef

%50
%54
%0
%6

Triadic Colors of #786eef

#786eef #ef786e #6eef78

Analogous Colors of #786eef

#786eef #b96eef #6ea5ef

Monochromatic Colors of #786eef

#786eef

Complementary Color

#786eef #e5ef6e

#786eef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#786eef Color Preview on White Background

Lorem ipsum dolor sit amet.

#786eef Color CSS Codes

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

#786eef Text Font Color

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

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


#786eef Background Color

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

This div background color is #786eef


#786eef Border Color

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

This div border color is #786eef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #786eef


Comments

No comments written yet.

Please login to write comment.