Color Hex Logo

#78264e Color Hex

#78264E
(120,38,78)
0 Favorites   0 Comments

Color spaces of #78264e

RGB 1203878
HSL0.920.520.31
HSV331°68°47°
CMYK 0.000.680.35   0.53
XYZ9.81405.92947.8350
Yxy5.92940.41620.2515
Hunter Lab24.350429.3283-2.0320
CIE-Lab29.233639.5974-5.1981

#78264e color RGB value is (120,38,78).

#78264e hex color red value is 120, green value is 38 and the blue value of its RGB is 78. Cylindrical-coordinate representations (also known as HSL) of color #78264e hue: 0.92 , saturation: 0.52 and the lightness value of 78264e is 0.31.

The process color (four color CMYK) of #78264e color hex is 0.00, 0.68, 0.35, 0.53. Web safe color of #78264e is #663366. Color #78264e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01111000 00100110 01001110
Octal 170 46 116
Decimal 120 38 78
Hex 78 26 4E

RGB Percentages of Color #78264e

%50.85
%16.10
%33.05

CMYK Percentages of Color #78264e

%0
%68
%35
%53

Triadic Colors of #78264e

#78264e #4e7826 #264e78

Analogous Colors of #78264e

#78264e #782726 #782677

Monochromatic Colors of #78264e

#78264e

Complementary Color

#78264e #267850

#78264e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#78264e Color Preview on White Background

Lorem ipsum dolor sit amet.

#78264e Color CSS Codes

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

#78264e Text Font Color

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

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


#78264e Background Color

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

This div background color is #78264e


#78264e Border Color

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

This div border color is #78264e


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(120,38,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 #78264e">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #78264e


Comments

No comments written yet.

Please login to write comment.