Color Hex Logo

#80135e Color Hex

#80135E
(128,19,94)
0 Favorites   0 Comments

Color spaces of #80135e

RGB 1281994
HSL0.890.740.29
HSV319°85°50°
CMYK 0.000.850.27   0.50
XYZ11.15535.863111.1334
Yxy5.86310.39630.2083
Hunter Lab24.213839.8606-10.3116
CIE-Lab29.064450.5603-15.8259

#80135e color RGB value is (128,19,94).

#80135e hex color red value is 128, green value is 19 and the blue value of its RGB is 94. Cylindrical-coordinate representations (also known as HSL) of color #80135e hue: 0.89 , saturation: 0.74 and the lightness value of 80135e is 0.29.

The process color (four color CMYK) of #80135e color hex is 0.00, 0.85, 0.27, 0.50. Web safe color of #80135e is #990066. Color #80135e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10000000 00010011 01011110
Octal 200 23 136
Decimal 128 19 94
Hex 80 13 5E

RGB Percentages of Color #80135e

%53.11
%7.88
%39.00

CMYK Percentages of Color #80135e

%0
%85
%27
%50

Triadic Colors of #80135e

#80135e #5e8013 #135e80

Analogous Colors of #80135e

#80135e #801328 #6c1380

Monochromatic Colors of #80135e

#80135e

Complementary Color

#80135e #138035

#80135e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#80135e Color Preview on White Background

Lorem ipsum dolor sit amet.

#80135e Color CSS Codes

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

#80135e Text Font Color

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

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


#80135e Background Color

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

This div background color is #80135e


#80135e Border Color

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

This div border color is #80135e


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(128,19,94, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #80135e


Comments

No comments written yet.

Please login to write comment.