Color Hex Logo

#782aaa Color Hex

#782AAA
(120,42,170)
0 Favorites   0 Comments

Color spaces of #782aaa

RGB 12042170
HSL0.770.600.42
HSV277°75°67°
CMYK 0.290.750.00   0.33
XYZ15.82948.551338.8465
Yxy8.55130.25040.1352
Hunter Lab29.242645.4498-58.2923
CIE-Lab35.105654.8096-53.7362

#782aaa color RGB value is (120,42,170).

#782aaa hex color red value is 120, green value is 42 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #782aaa hue: 0.77 , saturation: 0.60 and the lightness value of 782aaa is 0.42.

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

Base Numbers

BaseRedGreenBlue
Binary 01111000 00101010 10101010
Octal 170 52 252
Decimal 120 42 170
Hex 78 2A AA

RGB Percentages of Color #782aaa

%36.14
%12.65
%51.20

CMYK Percentages of Color #782aaa

%29
%75
%0
%33

Triadic Colors of #782aaa

#782aaa #aa782a #2aaa78

Analogous Colors of #782aaa

#782aaa #aa2a9c #382aaa

Monochromatic Colors of #782aaa

#782aaa

Complementary Color

#782aaa #5caa2a

#782aaa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#782aaa Color Preview on White Background

Lorem ipsum dolor sit amet.

#782aaa Color CSS Codes

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

#782aaa Text Font Color

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

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


#782aaa Background Color

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

This div background color is #782aaa


#782aaa Border Color

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

This div border color is #782aaa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #782aaa


Comments

No comments written yet.

Please login to write comment.