Color Hex Logo

#782aad Color Hex

#782AAD
(120,42,173)
0 Favorites   0 Comments

Color spaces of #782aad

RGB 12042173
HSL0.770.610.42
HSV276°76°68°
CMYK 0.310.760.00   0.32
XYZ16.11658.666140.3585
Yxy8.66610.24740.1330
Hunter Lab29.438246.2061-60.6771
CIE-Lab35.333355.4814-55.1606

#782aad color RGB value is (120,42,173).

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

The process color (four color CMYK) of #782aad color hex is 0.31, 0.76, 0.00, 0.32. Web safe color of #782aad is #663399. Color #782aad contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01111000 00101010 10101101
Octal 170 52 255
Decimal 120 42 173
Hex 78 2A AD

RGB Percentages of Color #782aad

%35.82
%12.54
%51.64

CMYK Percentages of Color #782aad

%31
%76
%0
%32

Triadic Colors of #782aad

#782aad #ad782a #2aad78

Analogous Colors of #782aad

#782aad #ad2aa1 #372aad

Monochromatic Colors of #782aad

#782aad

Complementary Color

#782aad #5fad2a

#782aad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#782aad Color Preview on White Background

Lorem ipsum dolor sit amet.

#782aad Color CSS Codes

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

#782aad Text Font Color

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

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


#782aad Background Color

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

This div background color is #782aad


#782aad Border Color

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

This div border color is #782aad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #782aad


Comments

No comments written yet.

Please login to write comment.