Color Hex Logo

#786aaa Color Hex

#786AAA
(120,106,170)
0 Favorites   0 Comments

Color spaces of #786aaa

RGB 120106170
HSL0.700.270.54
HSV253°38°67°
CMYK 0.290.380.00   0.33
XYZ20.155517.203440.2885
Yxy17.20340.25960.2216
Hunter Lab41.477014.1563-28.5572
CIE-Lab48.515320.0807-32.3499

#786aaa color RGB value is (120,106,170).

#786aaa hex color red value is 120, green value is 106 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #786aaa hue: 0.70 , saturation: 0.27 and the lightness value of 786aaa is 0.54.

The process color (four color CMYK) of #786aaa color hex is 0.29, 0.38, 0.00, 0.33. Web safe color of #786aaa is #666699. Color #786aaa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01111000 01101010 10101010
Octal 170 152 252
Decimal 120 106 170
Hex 78 6A AA

RGB Percentages of Color #786aaa

%30.30
%26.77
%42.93

CMYK Percentages of Color #786aaa

%29
%38
%0
%33

Triadic Colors of #786aaa

#786aaa #aa786a #6aaa78

Analogous Colors of #786aaa

#786aaa #986aaa #6a7caa

Monochromatic Colors of #786aaa

#786aaa

Complementary Color

#786aaa #9caa6a

#786aaa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#786aaa Color Preview on White Background

Lorem ipsum dolor sit amet.

#786aaa Color CSS Codes

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

#786aaa Text Font Color

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

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


#786aaa Background Color

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

This div background color is #786aaa


#786aaa Border Color

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

This div border color is #786aaa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #786aaa


Comments

No comments written yet.

Please login to write comment.