Color Hex Logo

#802571 Color Hex

#802571
(128,37,113)
0 Favorites   0 Comments

Color spaces of #802571

RGB 12837113
HSL0.860.550.32
HSV310°71°50°
CMYK 0.000.710.12   0.50
XYZ12.54437.104616.3329
Yxy7.10460.34860.1974
Hunter Lab26.654537.3616-17.6727
CIE-Lab32.043947.4837-23.4326

#802571 color RGB value is (128,37,113).

#802571 hex color red value is 128, green value is 37 and the blue value of its RGB is 113. Cylindrical-coordinate representations (also known as HSL) of color #802571 hue: 0.86 , saturation: 0.55 and the lightness value of 802571 is 0.32.

The process color (four color CMYK) of #802571 color hex is 0.00, 0.71, 0.12, 0.50. Web safe color of #802571 is #993366. Color #802571 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10000000 00100101 01110001
Octal 200 45 161
Decimal 128 37 113
Hex 80 25 71

RGB Percentages of Color #802571

%46.04
%13.31
%40.65

CMYK Percentages of Color #802571

%0
%71
%12
%50

Triadic Colors of #802571

#802571 #718025 #257180

Analogous Colors of #802571

#802571 #802544 #622580

Monochromatic Colors of #802571

#802571

Complementary Color

#802571 #258034

#802571 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#802571 Color Preview on White Background

Lorem ipsum dolor sit amet.

#802571 Color CSS Codes

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

#802571 Text Font Color

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

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


#802571 Background Color

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

This div background color is #802571


#802571 Border Color

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

This div border color is #802571


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(128,37,113, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #802571; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #802571;
  -webkit-box-shadow: 1px 1px 3px 2px #802571;
  box-shadow:         1px 1px 3px 2px #802571; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #802571


Comments

No comments written yet.

Please login to write comment.