Color Hex Logo

#801a34 Color Hex

#801A34
(128,26,52)
0 Favorites   0 Comments

Color spaces of #801a34

RGB 1282652
HSL0.960.660.30
HSV345°80°50°
CMYK 0.000.800.59   0.50
XYZ9.89135.57593.8037
Yxy5.57590.51330.2893
Hunter Lab23.613333.44786.9788
CIE-Lab28.316244.166011.0273

#801a34 color RGB value is (128,26,52).

#801a34 hex color red value is 128, green value is 26 and the blue value of its RGB is 52. Cylindrical-coordinate representations (also known as HSL) of color #801a34 hue: 0.96 , saturation: 0.66 and the lightness value of 801a34 is 0.30.

The process color (four color CMYK) of #801a34 color hex is 0.00, 0.80, 0.59, 0.50. Web safe color of #801a34 is #993333. Color #801a34 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10000000 00011010 00110100
Octal 200 32 64
Decimal 128 26 52
Hex 80 1A 34

RGB Percentages of Color #801a34

%62.14
%12.62
%25.24

CMYK Percentages of Color #801a34

%0
%80
%59
%50

Triadic Colors of #801a34

#801a34 #34801a #1a3480

Analogous Colors of #801a34

#801a34 #80331a #801a67

Monochromatic Colors of #801a34

#801a34

Complementary Color

#801a34 #1a8066

#801a34 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#801a34 Color Preview on White Background

Lorem ipsum dolor sit amet.

#801a34 Color CSS Codes

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

#801a34 Text Font Color

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

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


#801a34 Background Color

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

This div background color is #801a34


#801a34 Border Color

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

This div border color is #801a34


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(128,26,52, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #801a34; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #801a34;
  -webkit-box-shadow: 1px 1px 3px 2px #801a34;
  box-shadow:         1px 1px 3px 2px #801a34; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #801a34


Comments

No comments written yet.

Please login to write comment.