Color Hex Logo

#78216a Color Hex

#78216A
(120,33,106)
0 Favorites   0 Comments

Color spaces of #78216a

RGB 12033106
HSL0.860.570.30
HSV310°73°47°
CMYK 0.000.730.12   0.53
XYZ10.89116.121414.2432
Yxy6.12140.34850.1958
Hunter Lab24.741535.2775-16.8131
CIE-Lab29.716745.8007-22.7045

#78216a color RGB value is (120,33,106).

#78216a hex color red value is 120, green value is 33 and the blue value of its RGB is 106. Cylindrical-coordinate representations (also known as HSL) of color #78216a hue: 0.86 , saturation: 0.57 and the lightness value of 78216a is 0.30.

The process color (four color CMYK) of #78216a color hex is 0.00, 0.73, 0.12, 0.53. Web safe color of #78216a is #663366. Color #78216a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01111000 00100001 01101010
Octal 170 41 152
Decimal 120 33 106
Hex 78 21 6A

RGB Percentages of Color #78216a

%46.33
%12.74
%40.93

CMYK Percentages of Color #78216a

%0
%73
%12
%53

Triadic Colors of #78216a

#78216a #6a7821 #216a78

Analogous Colors of #78216a

#78216a #78213e #5b2178

Monochromatic Colors of #78216a

#78216a

Complementary Color

#78216a #21782f

#78216a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#78216a Color Preview on White Background

Lorem ipsum dolor sit amet.

#78216a Color CSS Codes

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

#78216a Text Font Color

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

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


#78216a Background Color

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

This div background color is #78216a


#78216a Border Color

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

This div border color is #78216a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #78216a


Comments

No comments written yet.

Please login to write comment.