Color Hex Logo

#81508b Color Hex

#81508B
(129,80,139)
0 Favorites   0 Comments

Color spaces of #81508b

RGB 12980139
HSL0.810.270.43
HSV290°42°55°
CMYK 0.070.420.00   0.45
XYZ16.582112.268525.9202
Yxy12.26850.30280.2240
Hunter Lab35.026423.2087-19.3572
CIE-Lab41.639730.9384-24.5739

#81508b color RGB value is (129,80,139).

#81508b hex color red value is 129, green value is 80 and the blue value of its RGB is 139. Cylindrical-coordinate representations (also known as HSL) of color #81508b hue: 0.81 , saturation: 0.27 and the lightness value of 81508b is 0.43.

The process color (four color CMYK) of #81508b color hex is 0.07, 0.42, 0.00, 0.45. Web safe color of #81508b is #996699. Color #81508b contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000001 01010000 10001011
Octal 201 120 213
Decimal 129 80 139
Hex 81 50 8B

RGB Percentages of Color #81508b

%37.07
%22.99
%39.94

CMYK Percentages of Color #81508b

%7
%42
%0
%45

Triadic Colors of #81508b

#81508b #8b8150 #508b81

Analogous Colors of #81508b

#81508b #8b5078 #64508b

Monochromatic Colors of #81508b

#81508b

Complementary Color

#81508b #5a8b50

#81508b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#81508b Color Preview on White Background

Lorem ipsum dolor sit amet.

#81508b Color CSS Codes

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

#81508b Text Font Color

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

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


#81508b Background Color

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

This div background color is #81508b


#81508b Border Color

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

This div border color is #81508b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #81508b


Comments

No comments written yet.

Please login to write comment.