Color Hex Logo

#783aaa Color Hex

#783AAA
(120,58,170)
0 Favorites   0 Comments

Color spaces of #783aaa

RGB 12058170
HSL0.760.490.45
HSV273°66°67°
CMYK 0.290.660.00   0.33
XYZ16.51459.921539.0748
Yxy9.92150.25210.1514
Hunter Lab31.498438.4647-51.5023
CIE-Lab37.701247.5347-49.5384

#783aaa color RGB value is (120,58,170).

#783aaa hex color red value is 120, green value is 58 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #783aaa hue: 0.76 , saturation: 0.49 and the lightness value of 783aaa is 0.45.

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

Base Numbers

BaseRedGreenBlue
Binary 01111000 00111010 10101010
Octal 170 72 252
Decimal 120 58 170
Hex 78 3A AA

RGB Percentages of Color #783aaa

%34.48
%16.67
%48.85

CMYK Percentages of Color #783aaa

%29
%66
%0
%33

Triadic Colors of #783aaa

#783aaa #aa783a #3aaa78

Analogous Colors of #783aaa

#783aaa #aa3aa4 #403aaa

Monochromatic Colors of #783aaa

#783aaa

Complementary Color

#783aaa #6caa3a

#783aaa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#783aaa Color Preview on White Background

Lorem ipsum dolor sit amet.

#783aaa Color CSS Codes

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

#783aaa Text Font Color

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

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


#783aaa Background Color

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

This div background color is #783aaa


#783aaa Border Color

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

This div border color is #783aaa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #783aaa


Comments

No comments written yet.

Please login to write comment.