Color Hex Logo

#8581ab Color Hex

#8581AB
(133,129,171)
0 Favorites   0 Comments

Color spaces of #8581ab

RGB 133129171
HSL0.680.200.59
HSV246°25°67°
CMYK 0.220.250.00   0.33
XYZ24.873823.627341.7776
Yxy23.62730.27550.2617
Hunter Lab48.60796.2787-16.9331
CIE-Lab55.712710.7128-21.6883

#8581ab color RGB value is (133,129,171).

#8581ab hex color red value is 133, green value is 129 and the blue value of its RGB is 171. Cylindrical-coordinate representations (also known as HSL) of color #8581ab hue: 0.68 , saturation: 0.20 and the lightness value of 8581ab is 0.59.

The process color (four color CMYK) of #8581ab color hex is 0.22, 0.25, 0.00, 0.33. Web safe color of #8581ab is #999999. Color #8581ab contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000101 10000001 10101011
Octal 205 201 253
Decimal 133 129 171
Hex 85 81 AB

RGB Percentages of Color #8581ab

%30.72
%29.79
%39.49

CMYK Percentages of Color #8581ab

%22
%25
%0
%33

Triadic Colors of #8581ab

#8581ab #ab8581 #81ab85

Analogous Colors of #8581ab

#8581ab #9a81ab #8192ab

Monochromatic Colors of #8581ab

#8581ab

Complementary Color

#8581ab #a7ab81

#8581ab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8581ab Color Preview on White Background

Lorem ipsum dolor sit amet.

#8581ab Color CSS Codes

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

#8581ab Text Font Color

<p style="color:#8581ab">Text here</p>

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


#8581ab Background Color

<div style="background-color:#8581ab">
Div content here</div>

This div background color is #8581ab


#8581ab Border Color

<div style="border:3px solid #8581ab">
Div here</div>

This div border color is #8581ab


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(133,129,171, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #8581ab; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #8581ab;
  -webkit-box-shadow: 1px 1px 3px 2px #8581ab;
  box-shadow:         1px 1px 3px 2px #8581ab; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8581ab


Comments

No comments written yet.

Please login to write comment.