Color Hex Logo

#80287d Color Hex

#80287D
(128,40,125)
0 Favorites   0 Comments

Color spaces of #80287d

RGB 12840125
HSL0.840.520.33
HSV302°69°50°
CMYK 0.000.690.02   0.50
XYZ13.36267.587420.1623
Yxy7.58740.32500.1846
Hunter Lab27.545238.3888-24.1169
CIE-Lab33.108448.3145-29.3265

#80287d color RGB value is (128,40,125).

#80287d hex color red value is 128, green value is 40 and the blue value of its RGB is 125. Cylindrical-coordinate representations (also known as HSL) of color #80287d hue: 0.84 , saturation: 0.52 and the lightness value of 80287d is 0.33.

The process color (four color CMYK) of #80287d color hex is 0.00, 0.69, 0.02, 0.50. Web safe color of #80287d is #993366. Color #80287d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10000000 00101000 01111101
Octal 200 50 175
Decimal 128 40 125
Hex 80 28 7D

RGB Percentages of Color #80287d

%43.69
%13.65
%42.66

CMYK Percentages of Color #80287d

%0
%69
%2
%50

Triadic Colors of #80287d

#80287d #7d8028 #287d80

Analogous Colors of #80287d

#80287d #802851 #572880

Monochromatic Colors of #80287d

#80287d

Complementary Color

#80287d #28802b

#80287d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#80287d Color Preview on White Background

Lorem ipsum dolor sit amet.

#80287d Color CSS Codes

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

#80287d Text Font Color

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

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


#80287d Background Color

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

This div background color is #80287d


#80287d Border Color

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

This div border color is #80287d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #80287d


Comments

No comments written yet.

Please login to write comment.