Color Hex Logo

#781080 Color Hex

#781080
(120,16,128)
0 Favorites   0 Comments

Color spaces of #781080

RGB 12016128
HSL0.820.780.28
HSV296°88°50°
CMYK 0.060.880.00   0.50
XYZ11.82735.922220.9418
Yxy5.92220.30570.1531
Hunter Lab24.335644.1653-33.9867
CIE-Lab29.215354.7300-37.4892

#781080 color RGB value is (120,16,128).

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

The process color (four color CMYK) of #781080 color hex is 0.06, 0.88, 0.00, 0.50. Web safe color of #781080 is #660099. Color #781080 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01111000 00010000 10000000
Octal 170 20 200
Decimal 120 16 128
Hex 78 10 80

RGB Percentages of Color #781080

%45.45
%6.06
%48.48

CMYK Percentages of Color #781080

%6
%88
%0
%50

Triadic Colors of #781080

#781080 #807810 #108078

Analogous Colors of #781080

#781080 #801050 #401080

Monochromatic Colors of #781080

#781080

Complementary Color

#781080 #188010

#781080 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#781080 Color Preview on White Background

Lorem ipsum dolor sit amet.

#781080 Color CSS Codes

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

#781080 Text Font Color

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

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


#781080 Background Color

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

This div background color is #781080


#781080 Border Color

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

This div border color is #781080


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(120,16,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 #781080">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #781080


Comments

No comments written yet.

Please login to write comment.