Color Hex Logo

#78004e Color Hex

#78004E
(120,0,78)
0 Favorites   0 Comments

Color spaces of #78004e

RGB 120078
HSL0.891.000.24
HSV321°100°47°
CMYK 0.001.000.35   0.53
XYZ9.12094.54317.6039
Yxy4.54310.42890.2136
Hunter Lab21.314539.0831-6.2313
CIE-Lab25.391350.5020-10.9968

#78004e color RGB value is (120,0,78).

#78004e hex color red value is 120, green value is 0 and the blue value of its RGB is 78. Cylindrical-coordinate representations (also known as HSL) of color #78004e hue: 0.89 , saturation: 1.00 and the lightness value of 78004e is 0.24.

The process color (four color CMYK) of #78004e color hex is 0.00, 1.00, 0.35, 0.53. Web safe color of #78004e is #660066. Color #78004e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01111000 00000000 01001110
Octal 170 0 116
Decimal 120 0 78
Hex 78 0 4E

RGB Percentages of Color #78004e

%60.61
%0.00
%39.39

CMYK Percentages of Color #78004e

%0
%100
%35
%53

Triadic Colors of #78004e

#78004e #4e7800 #004e78

Analogous Colors of #78004e

#78004e #780012 #660078

Monochromatic Colors of #78004e

#78004e

Complementary Color

#78004e #00782a

#78004e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#78004e Color Preview on White Background

Lorem ipsum dolor sit amet.

#78004e Color CSS Codes

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

#78004e Text Font Color

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

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


#78004e Background Color

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

This div background color is #78004e


#78004e Border Color

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

This div border color is #78004e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #78004e


Comments

No comments written yet.

Please login to write comment.