Color Hex Logo

#786aef Color Hex

#786AEF
(120,106,239)
0 Favorites   0 Comments

Color spaces of #786aef

RGB 120106239
HSL0.680.810.68
HSV246°56°94°
CMYK 0.500.560.00   0.06
XYZ28.479820.533184.1236
Yxy20.53310.21390.1542
Hunter Lab45.313532.8898-78.3514
CIE-Lab52.434739.6052-65.5288

#786aef color RGB value is (120,106,239).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01111000 01101010 11101111
Octal 170 152 357
Decimal 120 106 239
Hex 78 6A EF

RGB Percentages of Color #786aef

%25.81
%22.80
%51.40

CMYK Percentages of Color #786aef

%50
%56
%0
%6

Triadic Colors of #786aef

#786aef #ef786a #6aef78

Analogous Colors of #786aef

#786aef #bb6aef #6a9fef

Monochromatic Colors of #786aef

#786aef

Complementary Color

#786aef #e1ef6a

#786aef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#786aef Color Preview on White Background

Lorem ipsum dolor sit amet.

#786aef Color CSS Codes

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

#786aef Text Font Color

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

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


#786aef Background Color

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

This div background color is #786aef


#786aef Border Color

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

This div border color is #786aef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #786aef


Comments

No comments written yet.

Please login to write comment.