Color Hex Logo

#80293c Color Hex

#80293C
(128,41,60)
0 Favorites   0 Comments

Color spaces of #80293c

RGB 1284160
HSL0.960.510.33
HSV347°68°50°
CMYK 0.000.680.53   0.50
XYZ10.51066.50134.9759
Yxy6.50130.47800.2957
Hunter Lab25.497628.96016.2778
CIE-Lab30.643538.94398.9153

#80293c color RGB value is (128,41,60).

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

The process color (four color CMYK) of #80293c color hex is 0.00, 0.68, 0.53, 0.50. Web safe color of #80293c is #993333. Color #80293c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10000000 00101001 00111100
Octal 200 51 74
Decimal 128 41 60
Hex 80 29 3C

RGB Percentages of Color #80293c

%55.90
%17.90
%26.20

CMYK Percentages of Color #80293c

%0
%68
%53
%50

Triadic Colors of #80293c

#80293c #3c8029 #293c80

Analogous Colors of #80293c

#80293c #804229 #802968

Monochromatic Colors of #80293c

#80293c

Complementary Color

#80293c #29806d

#80293c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#80293c Color Preview on White Background

Lorem ipsum dolor sit amet.

#80293c Color CSS Codes

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

#80293c Text Font Color

<p style="color:#80293c">Text here</p>

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


#80293c Background Color

<div style="background-color:#80293c">
Div content here</div>

This div background color is #80293c


#80293c Border Color

<div style="border:3px solid #80293c">
Div here</div>

This div border color is #80293c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #80293c


Comments

No comments written yet.

Please login to write comment.