Color Hex Logo

#782acd Color Hex

#782ACD
(120,42,205)
0 Favorites   0 Comments

Color spaces of #782acd

RGB 12042205
HSL0.750.660.48
HSV269°80°80°
CMYK 0.410.800.00   0.20
XYZ19.593110.056858.6661
Yxy10.05680.22190.1139
Hunter Lab31.712554.7869-87.4841
CIE-Lab37.944262.8465-69.7371

#782acd color RGB value is (120,42,205).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01111000 00101010 11001101
Octal 170 52 315
Decimal 120 42 205
Hex 78 2A CD

RGB Percentages of Color #782acd

%32.70
%11.44
%55.86

CMYK Percentages of Color #782acd

%41
%80
%0
%20

Triadic Colors of #782acd

#782acd #cd782a #2acd78

Analogous Colors of #782acd

#782acd #ca2acd #2a2ecd

Monochromatic Colors of #782acd

#782acd

Complementary Color

#782acd #7fcd2a

#782acd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#782acd Color Preview on White Background

Lorem ipsum dolor sit amet.

#782acd Color CSS Codes

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

#782acd Text Font Color

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

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


#782acd Background Color

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

This div background color is #782acd


#782acd Border Color

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

This div border color is #782acd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #782acd


Comments

No comments written yet.

Please login to write comment.