Color Hex Logo

#811b59 Color Hex

#811B59
(129,27,89)
0 Favorites   0 Comments

Color spaces of #811b59

RGB 1292789
HSL0.900.650.31
HSV324°79°51°
CMYK 0.000.790.31   0.49
XYZ11.24846.172310.0497
Yxy6.17230.40950.2247
Hunter Lab24.844137.3403-6.5925
CIE-Lab29.843147.8832-11.3448

#811b59 color RGB value is (129,27,89).

#811b59 hex color red value is 129, green value is 27 and the blue value of its RGB is 89. Cylindrical-coordinate representations (also known as HSL) of color #811b59 hue: 0.90 , saturation: 0.65 and the lightness value of 811b59 is 0.31.

The process color (four color CMYK) of #811b59 color hex is 0.00, 0.79, 0.31, 0.49. Web safe color of #811b59 is #993366. Color #811b59 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10000001 00011011 01011001
Octal 201 33 131
Decimal 129 27 89
Hex 81 1B 59

RGB Percentages of Color #811b59

%52.65
%11.02
%36.33

CMYK Percentages of Color #811b59

%0
%79
%31
%49

Triadic Colors of #811b59

#811b59 #59811b #1b5981

Analogous Colors of #811b59

#811b59 #811b26 #761b81

Monochromatic Colors of #811b59

#811b59

Complementary Color

#811b59 #1b8143

#811b59 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#811b59 Color Preview on White Background

Lorem ipsum dolor sit amet.

#811b59 Color CSS Codes

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

#811b59 Text Font Color

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

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


#811b59 Background Color

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

This div background color is #811b59


#811b59 Border Color

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

This div border color is #811b59


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #811b59


Comments

No comments written yet.

Please login to write comment.