Color Hex Logo

#81334d Color Hex

#81334D
(129,51,77)
0 Favorites   0 Comments

Color spaces of #81334d

RGB 1295177
HSL0.940.430.35
HSV340°60°51°
CMYK 0.000.600.40   0.49
XYZ11.57667.57067.8723
Yxy7.57060.42850.2802
Hunter Lab27.514726.95172.2967
CIE-Lab33.072136.32961.2881

#81334d color RGB value is (129,51,77).

#81334d hex color red value is 129, green value is 51 and the blue value of its RGB is 77. Cylindrical-coordinate representations (also known as HSL) of color #81334d hue: 0.94 , saturation: 0.43 and the lightness value of 81334d is 0.35.

The process color (four color CMYK) of #81334d color hex is 0.00, 0.60, 0.40, 0.49. Web safe color of #81334d is #993366. Color #81334d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10000001 00110011 01001101
Octal 201 63 115
Decimal 129 51 77
Hex 81 33 4D

RGB Percentages of Color #81334d

%50.19
%19.84
%29.96

CMYK Percentages of Color #81334d

%0
%60
%40
%49

Triadic Colors of #81334d

#81334d #4d8133 #334d81

Analogous Colors of #81334d

#81334d #814033 #813374

Monochromatic Colors of #81334d

#81334d

Complementary Color

#81334d #338167

#81334d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#81334d Color Preview on White Background

Lorem ipsum dolor sit amet.

#81334d Color CSS Codes

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

#81334d Text Font Color

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

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


#81334d Background Color

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

This div background color is #81334d


#81334d Border Color

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

This div border color is #81334d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #81334d


Comments

No comments written yet.

Please login to write comment.