Color Hex Logo

#780a5a Color Hex

#780A5A
(120,10,90)
0 Favorites   0 Comments

Color spaces of #780a5a

RGB 1201090
HSL0.880.850.25
HSV316°92°47°
CMYK 0.000.920.25   0.53
XYZ9.69974.948310.1168
Yxy4.94830.39170.1998
Hunter Lab22.244838.9055-11.3934
CIE-Lab26.587050.0913-17.1595

#780a5a color RGB value is (120,10,90).

#780a5a hex color red value is 120, green value is 10 and the blue value of its RGB is 90. Cylindrical-coordinate representations (also known as HSL) of color #780a5a hue: 0.88 , saturation: 0.85 and the lightness value of 780a5a is 0.25.

The process color (four color CMYK) of #780a5a color hex is 0.00, 0.92, 0.25, 0.53. Web safe color of #780a5a is #660066. Color #780a5a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01111000 00001010 01011010
Octal 170 12 132
Decimal 120 10 90
Hex 78 A 5A

RGB Percentages of Color #780a5a

%54.55
%4.55
%40.91

CMYK Percentages of Color #780a5a

%0
%92
%25
%53

Triadic Colors of #780a5a

#780a5a #5a780a #0a5a78

Analogous Colors of #780a5a

#780a5a #780a23 #5f0a78

Monochromatic Colors of #780a5a

#780a5a

Complementary Color

#780a5a #0a7828

#780a5a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#780a5a Color Preview on White Background

Lorem ipsum dolor sit amet.

#780a5a Color CSS Codes

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

#780a5a Text Font Color

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

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


#780a5a Background Color

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

This div background color is #780a5a


#780a5a Border Color

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

This div border color is #780a5a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #780a5a


Comments

No comments written yet.

Please login to write comment.