Color Hex Logo

#802570 Color Hex

#802570
(128,37,112)
0 Favorites   0 Comments

Color spaces of #802570

RGB 12837112
HSL0.860.550.32
HSV311°71°50°
CMYK 0.000.710.13   0.50
XYZ12.48837.082216.0380
Yxy7.08220.35070.1989
Hunter Lab26.612437.1923-17.1025
CIE-Lab31.993347.3222-22.8763

#802570 color RGB value is (128,37,112).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000000 00100101 01110000
Octal 200 45 160
Decimal 128 37 112
Hex 80 25 70

RGB Percentages of Color #802570

%46.21
%13.36
%40.43

CMYK Percentages of Color #802570

%0
%71
%13
%50

Triadic Colors of #802570

#802570 #708025 #257080

Analogous Colors of #802570

#802570 #802543 #632580

Monochromatic Colors of #802570

#802570

Complementary Color

#802570 #258035

#802570 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#802570 Color Preview on White Background

Lorem ipsum dolor sit amet.

#802570 Color CSS Codes

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

#802570 Text Font Color

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

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


#802570 Background Color

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

This div background color is #802570


#802570 Border Color

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

This div border color is #802570


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #802570


Comments

No comments written yet.

Please login to write comment.