Color Hex Logo

#80295e Color Hex

#80295E
(128,41,94)
0 Favorites   0 Comments

Color spaces of #80295e

RGB 1284194
HSL0.900.510.33
HSV323°68°50°
CMYK 0.000.680.27   0.50
XYZ11.71546.983211.3201
Yxy6.98320.39030.2326
Hunter Lab26.425732.8899-6.9003
CIE-Lab31.768642.9346-11.6833

#80295e color RGB value is (128,41,94).

#80295e hex color red value is 128, green value is 41 and the blue value of its RGB is 94. Cylindrical-coordinate representations (also known as HSL) of color #80295e hue: 0.90 , saturation: 0.51 and the lightness value of 80295e is 0.33.

The process color (four color CMYK) of #80295e color hex is 0.00, 0.68, 0.27, 0.50. Web safe color of #80295e is #993366. Color #80295e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10000000 00101001 01011110
Octal 200 51 136
Decimal 128 41 94
Hex 80 29 5E

RGB Percentages of Color #80295e

%48.67
%15.59
%35.74

CMYK Percentages of Color #80295e

%0
%68
%27
%50

Triadic Colors of #80295e

#80295e #5e8029 #295e80

Analogous Colors of #80295e

#80295e #802933 #772980

Monochromatic Colors of #80295e

#80295e

Complementary Color

#80295e #29804b

#80295e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#80295e Color Preview on White Background

Lorem ipsum dolor sit amet.

#80295e Color CSS Codes

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

#80295e Text Font Color

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

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


#80295e Background Color

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

This div background color is #80295e


#80295e Border Color

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

This div border color is #80295e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #80295e


Comments

No comments written yet.

Please login to write comment.