Color Hex Logo

#812501 Color Hex

#812501
(129,37,1)
0 Favorites   0 Comments

Color spaces of #812501

RGB 129371
HSL0.050.980.25
HSV17°99°51°
CMYK 0.000.710.99   0.49
XYZ9.72035.99250.6731
Yxy5.99250.59320.3657
Hunter Lab24.479628.039115.5054
CIE-Lab29.393538.159341.0509

#812501 color RGB value is (129,37,1).

#812501 hex color red value is 129, green value is 37 and the blue value of its RGB is 1. Cylindrical-coordinate representations (also known as HSL) of color #812501 hue: 0.05 , saturation: 0.98 and the lightness value of 812501 is 0.25.

The process color (four color CMYK) of #812501 color hex is 0.00, 0.71, 0.99, 0.49. Web safe color of #812501 is #993300. Color #812501 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10000001 00100101 00000001
Octal 201 45 1
Decimal 129 37 1
Hex 81 25 1

RGB Percentages of Color #812501

%77.25
%22.16
%0.60

CMYK Percentages of Color #812501

%0
%71
%99
%49

Triadic Colors of #812501

#812501 #018125 #250181

Analogous Colors of #812501

#812501 #816501 #81011d

Monochromatic Colors of #812501

#812501

Complementary Color

#812501 #015d81

#812501 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#812501 Color Preview on White Background

Lorem ipsum dolor sit amet.

#812501 Color CSS Codes

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

#812501 Text Font Color

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

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


#812501 Background Color

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

This div background color is #812501


#812501 Border Color

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

This div border color is #812501


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #812501


Comments

No comments written yet.

Please login to write comment.