Color Hex Logo

#801339 Color Hex

#801339
(128,19,57)
0 Favorites   0 Comments

Color spaces of #801339

RGB 1281957
HSL0.940.740.29
HSV339°85°50°
CMYK 0.000.850.55   0.50
XYZ9.87355.35034.3832
Yxy5.35030.50360.2729
Hunter Lab23.130735.71524.9562
CIE-Lab27.710346.63666.8180

#801339 color RGB value is (128,19,57).

#801339 hex color red value is 128, green value is 19 and the blue value of its RGB is 57. Cylindrical-coordinate representations (also known as HSL) of color #801339 hue: 0.94 , saturation: 0.74 and the lightness value of 801339 is 0.29.

The process color (four color CMYK) of #801339 color hex is 0.00, 0.85, 0.55, 0.50. Web safe color of #801339 is #990033. Color #801339 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10000000 00010011 00111001
Octal 200 23 71
Decimal 128 19 57
Hex 80 13 39

RGB Percentages of Color #801339

%62.75
%9.31
%27.94

CMYK Percentages of Color #801339

%0
%85
%55
%50

Triadic Colors of #801339

#801339 #398013 #133980

Analogous Colors of #801339

#801339 #802413 #801370

Monochromatic Colors of #801339

#801339

Complementary Color

#801339 #13805a

#801339 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#801339 Color Preview on White Background

Lorem ipsum dolor sit amet.

#801339 Color CSS Codes

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

#801339 Text Font Color

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

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


#801339 Background Color

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

This div background color is #801339


#801339 Border Color

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

This div border color is #801339


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #801339


Comments

No comments written yet.

Please login to write comment.