Color Hex Logo

#786eea Color Hex

#786EEA
(120,110,234)
0 Favorites   0 Comments

Color spaces of #786eea

RGB 120110234
HSL0.680.750.67
HSV245°53°92°
CMYK 0.490.530.00   0.08
XYZ28.172921.085480.4269
Yxy21.08540.21720.1626
Hunter Lab45.918829.1583-71.7033
CIE-Lab53.042835.7776-61.7517

#786eea color RGB value is (120,110,234).

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

The process color (four color CMYK) of #786eea color hex is 0.49, 0.53, 0.00, 0.08. Web safe color of #786eea is #6666ff. Color #786eea contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01111000 01101110 11101010
Octal 170 156 352
Decimal 120 110 234
Hex 78 6E EA

RGB Percentages of Color #786eea

%25.86
%23.71
%50.43

CMYK Percentages of Color #786eea

%49
%53
%0
%8

Triadic Colors of #786eea

#786eea #ea786e #6eea78

Analogous Colors of #786eea

#786eea #b66eea #6ea2ea

Monochromatic Colors of #786eea

#786eea

Complementary Color

#786eea #e0ea6e

#786eea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#786eea Color Preview on White Background

Lorem ipsum dolor sit amet.

#786eea Color CSS Codes

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

#786eea Text Font Color

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

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


#786eea Background Color

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

This div background color is #786eea


#786eea Border Color

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

This div border color is #786eea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #786eea


Comments

No comments written yet.

Please login to write comment.