Color Hex Logo

#80184c Color Hex

#80184C
(128,24,76)
0 Favorites   0 Comments

Color spaces of #80184c

RGB 1282476
HSL0.920.680.30
HSV330°81°50°
CMYK 0.000.810.41   0.50
XYZ10.53325.76437.3949
Yxy5.76430.44460.2433
Hunter Lab24.009036.2958-1.4554
CIE-Lab28.809947.0196-4.3411

#80184c color RGB value is (128,24,76).

#80184c hex color red value is 128, green value is 24 and the blue value of its RGB is 76. Cylindrical-coordinate representations (also known as HSL) of color #80184c hue: 0.92 , saturation: 0.68 and the lightness value of 80184c is 0.30.

The process color (four color CMYK) of #80184c color hex is 0.00, 0.81, 0.41, 0.50. Web safe color of #80184c is #990033. Color #80184c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10000000 00011000 01001100
Octal 200 30 114
Decimal 128 24 76
Hex 80 18 4C

RGB Percentages of Color #80184c

%56.14
%10.53
%33.33

CMYK Percentages of Color #80184c

%0
%81
%41
%50

Triadic Colors of #80184c

#80184c #4c8018 #184c80

Analogous Colors of #80184c

#80184c #801818 #801880

Monochromatic Colors of #80184c

#80184c

Complementary Color

#80184c #18804c

#80184c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#80184c Color Preview on White Background

Lorem ipsum dolor sit amet.

#80184c Color CSS Codes

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

#80184c Text Font Color

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

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


#80184c Background Color

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

This div background color is #80184c


#80184c Border Color

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

This div border color is #80184c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #80184c


Comments

No comments written yet.

Please login to write comment.