Color Hex Logo

#80364e Color Hex

#80364E
(128,54,78)
0 Favorites   0 Comments

Color spaces of #80364e

RGB 1285478
HSL0.950.410.36
HSV341°58°50°
CMYK 0.000.580.39   0.50
XYZ11.59647.77768.0978
Yxy7.77760.42210.2831
Hunter Lab27.888325.41842.3061
CIE-Lab33.515434.56031.2643

#80364e color RGB value is (128,54,78).

#80364e hex color red value is 128, green value is 54 and the blue value of its RGB is 78. Cylindrical-coordinate representations (also known as HSL) of color #80364e hue: 0.95 , saturation: 0.41 and the lightness value of 80364e is 0.36.

The process color (four color CMYK) of #80364e color hex is 0.00, 0.58, 0.39, 0.50. Web safe color of #80364e is #993366. Color #80364e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10000000 00110110 01001110
Octal 200 66 116
Decimal 128 54 78
Hex 80 36 4E

RGB Percentages of Color #80364e

%49.23
%20.77
%30.00

CMYK Percentages of Color #80364e

%0
%58
%39
%50

Triadic Colors of #80364e

#80364e #4e8036 #364e80

Analogous Colors of #80364e

#80364e #804336 #803673

Monochromatic Colors of #80364e

#80364e

Complementary Color

#80364e #368068

#80364e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#80364e Color Preview on White Background

Lorem ipsum dolor sit amet.

#80364e Color CSS Codes

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

#80364e Text Font Color

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

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


#80364e Background Color

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

This div background color is #80364e


#80364e Border Color

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

This div border color is #80364e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #80364e


Comments

No comments written yet.

Please login to write comment.