Color Hex Logo

#782acc Color Hex

#782ACC
(120,42,204)
0 Favorites   0 Comments

Color spaces of #782acc

RGB 12042204
HSL0.750.660.48
HSV269°79°80°
CMYK 0.410.790.00   0.20
XYZ19.472810.008658.0323
Yxy10.00860.22250.1144
Hunter Lab31.636454.5066-86.6134
CIE-Lab37.857962.6128-69.2977

#782acc color RGB value is (120,42,204).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01111000 00101010 11001100
Octal 170 52 314
Decimal 120 42 204
Hex 78 2A CC

RGB Percentages of Color #782acc

%32.79
%11.48
%55.74

CMYK Percentages of Color #782acc

%41
%79
%0
%20

Triadic Colors of #782acc

#782acc #cc782a #2acc78

Analogous Colors of #782acc

#782acc #c92acc #2a2dcc

Monochromatic Colors of #782acc

#782acc

Complementary Color

#782acc #7ecc2a

#782acc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#782acc Color Preview on White Background

Lorem ipsum dolor sit amet.

#782acc Color CSS Codes

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

#782acc Text Font Color

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

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


#782acc Background Color

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

This div background color is #782acc


#782acc Border Color

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

This div border color is #782acc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #782acc


Comments

No comments written yet.

Please login to write comment.