Color Hex Logo

#81537b Color Hex

#81537B
(129,83,123)
0 Favorites   0 Comments

Color spaces of #81537b

RGB 12983123
HSL0.860.220.42
HSV308°36°51°
CMYK 0.000.360.05   0.49
XYZ15.721712.283720.2813
Yxy12.28370.32560.2544
Hunter Lab35.048118.7364-9.7757
CIE-Lab41.663525.9175-14.8001

#81537b color RGB value is (129,83,123).

#81537b hex color red value is 129, green value is 83 and the blue value of its RGB is 123. Cylindrical-coordinate representations (also known as HSL) of color #81537b hue: 0.86 , saturation: 0.22 and the lightness value of 81537b is 0.42.

The process color (four color CMYK) of #81537b color hex is 0.00, 0.36, 0.05, 0.49. Web safe color of #81537b is #996666. Color #81537b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10000001 01010011 01111011
Octal 201 123 173
Decimal 129 83 123
Hex 81 53 7B

RGB Percentages of Color #81537b

%38.51
%24.78
%36.72

CMYK Percentages of Color #81537b

%0
%36
%5
%49

Triadic Colors of #81537b

#81537b #7b8153 #537b81

Analogous Colors of #81537b

#81537b #815364 #705381

Monochromatic Colors of #81537b

#81537b

Complementary Color

#81537b #538159

#81537b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#81537b Color Preview on White Background

Lorem ipsum dolor sit amet.

#81537b Color CSS Codes

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

#81537b Text Font Color

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

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


#81537b Background Color

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

This div background color is #81537b


#81537b Border Color

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

This div border color is #81537b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #81537b


Comments

No comments written yet.

Please login to write comment.