Color Hex Logo

#782084 Color Hex

#782084
(120,32,132)
0 Favorites   0 Comments

Color spaces of #782084

RGB 12032132
HSL0.810.610.32
HSV293°76°52°
CMYK 0.090.760.00   0.48
XYZ12.42716.692022.4665
Yxy6.69200.29880.1609
Hunter Lab25.868940.4786-33.3837
CIE-Lab31.095250.7775-36.9844

#782084 color RGB value is (120,32,132).

#782084 hex color red value is 120, green value is 32 and the blue value of its RGB is 132. Cylindrical-coordinate representations (also known as HSL) of color #782084 hue: 0.81 , saturation: 0.61 and the lightness value of 782084 is 0.32.

The process color (four color CMYK) of #782084 color hex is 0.09, 0.76, 0.00, 0.48. Web safe color of #782084 is #663399. Color #782084 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01111000 00100000 10000100
Octal 170 40 204
Decimal 120 32 132
Hex 78 20 84

RGB Percentages of Color #782084

%42.25
%11.27
%46.48

CMYK Percentages of Color #782084

%9
%76
%0
%48

Triadic Colors of #782084

#782084 #847820 #208478

Analogous Colors of #782084

#782084 #84205e #462084

Monochromatic Colors of #782084

#782084

Complementary Color

#782084 #2c8420

#782084 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#782084 Color Preview on White Background

Lorem ipsum dolor sit amet.

#782084 Color CSS Codes

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

#782084 Text Font Color

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

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


#782084 Background Color

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

This div background color is #782084


#782084 Border Color

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

This div border color is #782084


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(120,32,132, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #782084; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #782084;
  -webkit-box-shadow: 1px 1px 3px 2px #782084;
  box-shadow:         1px 1px 3px 2px #782084; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #782084


Comments

No comments written yet.

Please login to write comment.