Color Hex Logo

#782aca Color Hex

#782ACA
(120,42,202)
0 Favorites   0 Comments

Color spaces of #782aca

RGB 12042202
HSL0.750.660.48
HSV269°79°79°
CMYK 0.410.790.00   0.21
XYZ19.23449.913356.7768
Yxy9.91330.22390.1154
Hunter Lab31.485453.9461-84.8764
CIE-Lab37.686462.1441-68.4154

#782aca color RGB value is (120,42,202).

#782aca hex color red value is 120, green value is 42 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #782aca hue: 0.75 , saturation: 0.66 and the lightness value of 782aca is 0.48.

The process color (four color CMYK) of #782aca color hex is 0.41, 0.79, 0.00, 0.21. Web safe color of #782aca is #6633cc. Color #782aca contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01111000 00101010 11001010
Octal 170 52 312
Decimal 120 42 202
Hex 78 2A CA

RGB Percentages of Color #782aca

%32.97
%11.54
%55.49

CMYK Percentages of Color #782aca

%41
%79
%0
%21

Triadic Colors of #782aca

#782aca #ca782a #2aca78

Analogous Colors of #782aca

#782aca #c82aca #2a2cca

Monochromatic Colors of #782aca

#782aca

Complementary Color

#782aca #7cca2a

#782aca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#782aca Color Preview on White Background

Lorem ipsum dolor sit amet.

#782aca Color CSS Codes

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

#782aca Text Font Color

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

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


#782aca Background Color

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

This div background color is #782aca


#782aca Border Color

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

This div border color is #782aca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #782aca


Comments

No comments written yet.

Please login to write comment.