Color Hex Logo

#785aaa Color Hex

#785AAA
(120,90,170)
0 Favorites   0 Comments

Color spaces of #785aaa

RGB 12090170
HSL0.730.320.51
HSV263°47°67°
CMYK 0.290.470.00   0.33
XYZ18.657614.207739.7892
Yxy14.20770.25680.1956
Hunter Lab37.693122.3923-36.2019
CIE-Lab44.529329.6844-38.6267

#785aaa color RGB value is (120,90,170).

#785aaa hex color red value is 120, green value is 90 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #785aaa hue: 0.73 , saturation: 0.32 and the lightness value of 785aaa is 0.51.

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

Base Numbers

BaseRedGreenBlue
Binary 01111000 01011010 10101010
Octal 170 132 252
Decimal 120 90 170
Hex 78 5A AA

RGB Percentages of Color #785aaa

%31.58
%23.68
%44.74

CMYK Percentages of Color #785aaa

%29
%47
%0
%33

Triadic Colors of #785aaa

#785aaa #aa785a #5aaa78

Analogous Colors of #785aaa

#785aaa #a05aaa #5a64aa

Monochromatic Colors of #785aaa

#785aaa

Complementary Color

#785aaa #8caa5a

#785aaa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#785aaa Color Preview on White Background

Lorem ipsum dolor sit amet.

#785aaa Color CSS Codes

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

#785aaa Text Font Color

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

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


#785aaa Background Color

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

This div background color is #785aaa


#785aaa Border Color

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

This div border color is #785aaa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #785aaa


Comments

No comments written yet.

Please login to write comment.