Color Hex Logo

#801053 Color Hex

#801053
(128,16,83)
0 Favorites   0 Comments

Color spaces of #801053

RGB 1281683
HSL0.900.780.28
HSV324°88°50°
CMYK 0.000.880.35   0.50
XYZ10.64875.58438.7002
Yxy5.58430.42710.2240
Hunter Lab23.631139.0815-5.2868
CIE-Lab28.338549.9260-9.6973

#801053 color RGB value is (128,16,83).

#801053 hex color red value is 128, green value is 16 and the blue value of its RGB is 83. Cylindrical-coordinate representations (also known as HSL) of color #801053 hue: 0.90 , saturation: 0.78 and the lightness value of 801053 is 0.28.

The process color (four color CMYK) of #801053 color hex is 0.00, 0.88, 0.35, 0.50. Web safe color of #801053 is #990066. Color #801053 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10000000 00010000 01010011
Octal 200 20 123
Decimal 128 16 83
Hex 80 10 53

RGB Percentages of Color #801053

%56.39
%7.05
%36.56

CMYK Percentages of Color #801053

%0
%88
%35
%50

Triadic Colors of #801053

#801053 #538010 #105380

Analogous Colors of #801053

#801053 #80101b #751080

Monochromatic Colors of #801053

#801053

Complementary Color

#801053 #10803d

#801053 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#801053 Color Preview on White Background

Lorem ipsum dolor sit amet.

#801053 Color CSS Codes

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

#801053 Text Font Color

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

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


#801053 Background Color

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

This div background color is #801053


#801053 Border Color

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

This div border color is #801053


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #801053


Comments

No comments written yet.

Please login to write comment.