Color Hex Logo

#80277d Color Hex

#80277D
(128,39,125)
0 Favorites   0 Comments

Color spaces of #80277d

RGB 12839125
HSL0.840.530.33
HSV302°70°50°
CMYK 0.000.700.02   0.50
XYZ13.32937.520920.1512
Yxy7.52090.32510.1834
Hunter Lab27.424338.7658-24.3690
CIE-Lab32.964548.7185-29.5536

#80277d color RGB value is (128,39,125).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000000 00100111 01111101
Octal 200 47 175
Decimal 128 39 125
Hex 80 27 7D

RGB Percentages of Color #80277d

%43.84
%13.36
%42.81

CMYK Percentages of Color #80277d

%0
%70
%2
%50

Triadic Colors of #80277d

#80277d #7d8027 #277d80

Analogous Colors of #80277d

#80277d #802751 #572780

Monochromatic Colors of #80277d

#80277d

Complementary Color

#80277d #27802a

#80277d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#80277d Color Preview on White Background

Lorem ipsum dolor sit amet.

#80277d Color CSS Codes

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

#80277d Text Font Color

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

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


#80277d Background Color

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

This div background color is #80277d


#80277d Border Color

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

This div border color is #80277d


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(128,39,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 #80277d">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #80277d


Comments

No comments written yet.

Please login to write comment.