Color Hex Logo

#78149a Color Hex

#78149A
(120,20,154)
0 Favorites   0 Comments

Color spaces of #78149a

RGB 12020154
HSL0.790.770.34
HSV285°87°60°
CMYK 0.220.870.00   0.40
XYZ13.82866.826531.1606
Yxy6.82650.26690.1317
Hunter Lab26.127648.7519-52.4219
CIE-Lab31.408658.6288-50.0599

#78149a color RGB value is (120,20,154).

#78149a hex color red value is 120, green value is 20 and the blue value of its RGB is 154. Cylindrical-coordinate representations (also known as HSL) of color #78149a hue: 0.79 , saturation: 0.77 and the lightness value of 78149a is 0.34.

The process color (four color CMYK) of #78149a color hex is 0.22, 0.87, 0.00, 0.40. Web safe color of #78149a is #660099. Color #78149a contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01111000 00010100 10011010
Octal 170 24 232
Decimal 120 20 154
Hex 78 14 9A

RGB Percentages of Color #78149a

%40.82
%6.80
%52.38

CMYK Percentages of Color #78149a

%22
%87
%0
%40

Triadic Colors of #78149a

#78149a #9a7814 #149a78

Analogous Colors of #78149a

#78149a #9a1479 #35149a

Monochromatic Colors of #78149a

#78149a

Complementary Color

#78149a #369a14

#78149a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#78149a Color Preview on White Background

Lorem ipsum dolor sit amet.

#78149a Color CSS Codes

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

#78149a Text Font Color

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

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


#78149a Background Color

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

This div background color is #78149a


#78149a Border Color

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

This div border color is #78149a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #78149a


Comments

No comments written yet.

Please login to write comment.