Color Hex Logo

#786ade Color Hex

#786ADE
(120,106,222)
0 Favorites   0 Comments

Color spaces of #786ade

RGB 120106222
HSL0.690.640.64
HSV247°52°87°
CMYK 0.460.520.00   0.13
XYZ26.084619.575171.5108
Yxy19.57510.22260.1671
Hunter Lab44.243827.8109-64.8593
CIE-Lab51.353434.6104-57.7205

#786ade color RGB value is (120,106,222).

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

The process color (four color CMYK) of #786ade color hex is 0.46, 0.52, 0.00, 0.13. Web safe color of #786ade is #6666cc. Color #786ade contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01111000 01101010 11011110
Octal 170 152 336
Decimal 120 106 222
Hex 78 6A DE

RGB Percentages of Color #786ade

%26.79
%23.66
%49.55

CMYK Percentages of Color #786ade

%46
%52
%0
%13

Triadic Colors of #786ade

#786ade #de786a #6ade78

Analogous Colors of #786ade

#786ade #b26ade #6a96de

Monochromatic Colors of #786ade

#786ade

Complementary Color

#786ade #d0de6a

#786ade Color Preview on Black Background

Lorem ipsum dolor sit amet.

#786ade Color Preview on White Background

Lorem ipsum dolor sit amet.

#786ade Color CSS Codes

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

#786ade Text Font Color

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

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


#786ade Background Color

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

This div background color is #786ade


#786ade Border Color

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

This div border color is #786ade


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #786ade


Comments

No comments written yet.

Please login to write comment.