Color Hex Logo

#80194d Color Hex

#80194D
(128,25,77)
0 Favorites   0 Comments

Color spaces of #80194d

RGB 1282577
HSL0.920.670.30
HSV330°80°50°
CMYK 0.000.800.40   0.50
XYZ10.58935.82037.5865
Yxy5.82030.44130.2426
Hunter Lab24.125336.1296-1.7568
CIE-Lab28.954546.8218-4.7905

#80194d color RGB value is (128,25,77).

#80194d hex color red value is 128, green value is 25 and the blue value of its RGB is 77. Cylindrical-coordinate representations (also known as HSL) of color #80194d hue: 0.92 , saturation: 0.67 and the lightness value of 80194d is 0.30.

The process color (four color CMYK) of #80194d color hex is 0.00, 0.80, 0.40, 0.50. Web safe color of #80194d is #990066. Color #80194d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10000000 00011001 01001101
Octal 200 31 115
Decimal 128 25 77
Hex 80 19 4D

RGB Percentages of Color #80194d

%55.65
%10.87
%33.48

CMYK Percentages of Color #80194d

%0
%80
%40
%50

Triadic Colors of #80194d

#80194d #4d8019 #194d80

Analogous Colors of #80194d

#80194d #80191a #801980

Monochromatic Colors of #80194d

#80194d

Complementary Color

#80194d #19804c

#80194d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#80194d Color Preview on White Background

Lorem ipsum dolor sit amet.

#80194d Color CSS Codes

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

#80194d Text Font Color

<p style="color:#80194d">Text here</p>

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


#80194d Background Color

<div style="background-color:#80194d">
Div content here</div>

This div background color is #80194d


#80194d Border Color

<div style="border:3px solid #80194d">
Div here</div>

This div border color is #80194d


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(128,25,77, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #80194d; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #80194d;
  -webkit-box-shadow: 1px 1px 3px 2px #80194d;
  box-shadow:         1px 1px 3px 2px #80194d; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #80194d


Comments

No comments written yet.

Please login to write comment.