Color Hex Logo

#780481 Color Hex

#780481
(120,4,129)
0 Favorites   0 Comments

Color spaces of #780481

RGB 1204129
HSL0.820.940.26
HSV296°97°51°
CMYK 0.070.970.00   0.49
XYZ11.75165.664921.2429
Yxy5.66490.30400.1465
Hunter Lab23.801146.4813-36.2567
CIE-Lab28.550857.0607-39.1856

#780481 color RGB value is (120,4,129).

#780481 hex color red value is 120, green value is 4 and the blue value of its RGB is 129. Cylindrical-coordinate representations (also known as HSL) of color #780481 hue: 0.82 , saturation: 0.94 and the lightness value of 780481 is 0.26.

The process color (four color CMYK) of #780481 color hex is 0.07, 0.97, 0.00, 0.49. Web safe color of #780481 is #660099. Color #780481 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01111000 00000100 10000001
Octal 170 4 201
Decimal 120 4 129
Hex 78 4 81

RGB Percentages of Color #780481

%47.43
%1.58
%50.99

CMYK Percentages of Color #780481

%7
%97
%0
%49

Triadic Colors of #780481

#780481 #817804 #048178

Analogous Colors of #780481

#780481 #81044b #3a0481

Monochromatic Colors of #780481

#780481

Complementary Color

#780481 #0d8104

#780481 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#780481 Color Preview on White Background

Lorem ipsum dolor sit amet.

#780481 Color CSS Codes

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

#780481 Text Font Color

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

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


#780481 Background Color

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

This div background color is #780481


#780481 Border Color

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

This div border color is #780481


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #780481


Comments

No comments written yet.

Please login to write comment.