Color Hex Logo

#782380 Color Hex

#782380
(120,35,128)
0 Favorites   0 Comments

Color spaces of #782380

RGB 12035128
HSL0.820.570.32
HSV295°73°50°
CMYK 0.060.730.00   0.50
XYZ12.24306.753621.0804
Yxy6.75360.30550.1685
Hunter Lab25.987738.6143-29.9028
CIE-Lab31.239348.8971-34.2538

#782380 color RGB value is (120,35,128).

#782380 hex color red value is 120, green value is 35 and the blue value of its RGB is 128. Cylindrical-coordinate representations (also known as HSL) of color #782380 hue: 0.82 , saturation: 0.57 and the lightness value of 782380 is 0.32.

The process color (four color CMYK) of #782380 color hex is 0.06, 0.73, 0.00, 0.50. Web safe color of #782380 is #663399. Color #782380 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01111000 00100011 10000000
Octal 170 43 200
Decimal 120 35 128
Hex 78 23 80

RGB Percentages of Color #782380

%42.40
%12.37
%45.23

CMYK Percentages of Color #782380

%6
%73
%0
%50

Triadic Colors of #782380

#782380 #807823 #238078

Analogous Colors of #782380

#782380 #80235a #4a2380

Monochromatic Colors of #782380

#782380

Complementary Color

#782380 #2b8023

#782380 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#782380 Color Preview on White Background

Lorem ipsum dolor sit amet.

#782380 Color CSS Codes

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

#782380 Text Font Color

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

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


#782380 Background Color

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

This div background color is #782380


#782380 Border Color

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

This div border color is #782380


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #782380


Comments

No comments written yet.

Please login to write comment.