Color Hex Logo

#80376a Color Hex

#80376A
(128,55,106)
0 Favorites   0 Comments

Color spaces of #80376a

RGB 12855106
HSL0.880.400.36
HSV318°57°50°
CMYK 0.000.570.17   0.50
XYZ12.86988.362214.5714
Yxy8.36220.35950.2336
Hunter Lab28.917528.8364-9.6338
CIE-Lab34.726138.1054-14.8415

#80376a color RGB value is (128,55,106).

#80376a hex color red value is 128, green value is 55 and the blue value of its RGB is 106. Cylindrical-coordinate representations (also known as HSL) of color #80376a hue: 0.88 , saturation: 0.40 and the lightness value of 80376a is 0.36.

The process color (four color CMYK) of #80376a color hex is 0.00, 0.57, 0.17, 0.50. Web safe color of #80376a is #993366. Color #80376a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10000000 00110111 01101010
Octal 200 67 152
Decimal 128 55 106
Hex 80 37 6A

RGB Percentages of Color #80376a

%44.29
%19.03
%36.68

CMYK Percentages of Color #80376a

%0
%57
%17
%50

Triadic Colors of #80376a

#80376a #6a8037 #376a80

Analogous Colors of #80376a

#80376a #803745 #723780

Monochromatic Colors of #80376a

#80376a

Complementary Color

#80376a #37804d

#80376a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#80376a Color Preview on White Background

Lorem ipsum dolor sit amet.

#80376a Color CSS Codes

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

#80376a Text Font Color

<p style="color:#80376a">Text here</p>

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


#80376a Background Color

<div style="background-color:#80376a">
Div content here</div>

This div background color is #80376a


#80376a Border Color

<div style="border:3px solid #80376a">
Div here</div>

This div border color is #80376a


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(128,55,106, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #80376a; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #80376a;
  -webkit-box-shadow: 1px 1px 3px 2px #80376a;
  box-shadow:         1px 1px 3px 2px #80376a; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #80376a


Comments

No comments written yet.

Please login to write comment.