Color Hex Logo

#784aaa Color Hex

#784AAA
(120,74,170)
0 Favorites   0 Comments

Color spaces of #784aaa

RGB 12074170
HSL0.750.390.48
HSV269°56°67°
CMYK 0.290.560.00   0.33
XYZ17.450211.792939.3867
Yxy11.79290.25430.1718
Hunter Lab34.340830.6080-43.9633
CIE-Lab40.885138.9839-44.4261

#784aaa color RGB value is (120,74,170).

#784aaa hex color red value is 120, green value is 74 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #784aaa hue: 0.75 , saturation: 0.39 and the lightness value of 784aaa is 0.48.

The process color (four color CMYK) of #784aaa color hex is 0.29, 0.56, 0.00, 0.33. Web safe color of #784aaa is #663399. Color #784aaa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01111000 01001010 10101010
Octal 170 112 252
Decimal 120 74 170
Hex 78 4A AA

RGB Percentages of Color #784aaa

%32.97
%20.33
%46.70

CMYK Percentages of Color #784aaa

%29
%56
%0
%33

Triadic Colors of #784aaa

#784aaa #aa784a #4aaa78

Analogous Colors of #784aaa

#784aaa #a84aaa #4a4caa

Monochromatic Colors of #784aaa

#784aaa

Complementary Color

#784aaa #7caa4a

#784aaa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#784aaa Color Preview on White Background

Lorem ipsum dolor sit amet.

#784aaa Color CSS Codes

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

#784aaa Text Font Color

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

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


#784aaa Background Color

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

This div background color is #784aaa


#784aaa Border Color

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

This div border color is #784aaa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #784aaa


Comments

No comments written yet.

Please login to write comment.