Color Hex Logo

#802057 Color Hex

#802057
(128,32,87)
0 Favorites   0 Comments

Color spaces of #802057

RGB 1283287
HSL0.900.600.31
HSV326°75°50°
CMYK 0.000.750.32   0.50
XYZ11.13896.31039.6478
Yxy6.31030.41110.2329
Hunter Lab25.120335.1903-5.1869
CIE-Lab30.182245.6222-9.5388

#802057 color RGB value is (128,32,87).

#802057 hex color red value is 128, green value is 32 and the blue value of its RGB is 87. Cylindrical-coordinate representations (also known as HSL) of color #802057 hue: 0.90 , saturation: 0.60 and the lightness value of 802057 is 0.31.

The process color (four color CMYK) of #802057 color hex is 0.00, 0.75, 0.32, 0.50. Web safe color of #802057 is #993366. Color #802057 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10000000 00100000 01010111
Octal 200 40 127
Decimal 128 32 87
Hex 80 20 57

RGB Percentages of Color #802057

%51.82
%12.96
%35.22

CMYK Percentages of Color #802057

%0
%75
%32
%50

Triadic Colors of #802057

#802057 #578020 #205780

Analogous Colors of #802057

#802057 #802027 #792080

Monochromatic Colors of #802057

#802057

Complementary Color

#802057 #208049

#802057 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#802057 Color Preview on White Background

Lorem ipsum dolor sit amet.

#802057 Color CSS Codes

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

#802057 Text Font Color

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

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


#802057 Background Color

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

This div background color is #802057


#802057 Border Color

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

This div border color is #802057


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #802057


Comments

No comments written yet.

Please login to write comment.