Color Hex Logo

#81252e Color Hex

#81252E
(129,37,46)
0 Favorites   0 Comments

Color spaces of #81252e

RGB 1293746
HSL0.980.550.33
HSV354°71°51°
CMYK 0.000.710.64   0.49
XYZ10.20806.18753.2411
Yxy6.18750.51980.3151
Hunter Lab24.874729.72169.6870
CIE-Lab29.880739.906517.1214

#81252e color RGB value is (129,37,46).

#81252e hex color red value is 129, green value is 37 and the blue value of its RGB is 46. Cylindrical-coordinate representations (also known as HSL) of color #81252e hue: 0.98 , saturation: 0.55 and the lightness value of 81252e is 0.33.

The process color (four color CMYK) of #81252e color hex is 0.00, 0.71, 0.64, 0.49. Web safe color of #81252e is #993333. Color #81252e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10000001 00100101 00101110
Octal 201 45 56
Decimal 129 37 46
Hex 81 25 2E

RGB Percentages of Color #81252e

%60.85
%17.45
%21.70

CMYK Percentages of Color #81252e

%0
%71
%64
%49

Triadic Colors of #81252e

#81252e #2e8125 #252e81

Analogous Colors of #81252e

#81252e #814a25 #81255c

Monochromatic Colors of #81252e

#81252e

Complementary Color

#81252e #258178

#81252e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#81252e Color Preview on White Background

Lorem ipsum dolor sit amet.

#81252e Color CSS Codes

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

#81252e Text Font Color

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

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


#81252e Background Color

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

This div background color is #81252e


#81252e Border Color

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

This div border color is #81252e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #81252e


Comments

No comments written yet.

Please login to write comment.