Color Hex Logo

#78036e Color Hex

#78036E
(120,3,110)
0 Favorites   0 Comments

Color spaces of #78036e

RGB 1203110
HSL0.850.950.24
HSV305°98°47°
CMYK 0.000.980.08   0.53
XYZ10.59285.184015.1942
Yxy5.18400.34200.1674
Hunter Lab22.768443.2009-23.6285
CIE-Lab27.252754.1837-29.1640

#78036e color RGB value is (120,3,110).

#78036e hex color red value is 120, green value is 3 and the blue value of its RGB is 110. Cylindrical-coordinate representations (also known as HSL) of color #78036e hue: 0.85 , saturation: 0.95 and the lightness value of 78036e is 0.24.

The process color (four color CMYK) of #78036e color hex is 0.00, 0.98, 0.08, 0.53. Web safe color of #78036e is #660066. Color #78036e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01111000 00000011 01101110
Octal 170 3 156
Decimal 120 3 110
Hex 78 3 6E

RGB Percentages of Color #78036e

%51.50
%1.29
%47.21

CMYK Percentages of Color #78036e

%0
%98
%8
%53

Triadic Colors of #78036e

#78036e #6e7803 #036e78

Analogous Colors of #78036e

#78036e #780334 #480378

Monochromatic Colors of #78036e

#78036e

Complementary Color

#78036e #03780d

#78036e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#78036e Color Preview on White Background

Lorem ipsum dolor sit amet.

#78036e Color CSS Codes

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

#78036e Text Font Color

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

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


#78036e Background Color

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

This div background color is #78036e


#78036e Border Color

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

This div border color is #78036e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #78036e


Comments

No comments written yet.

Please login to write comment.