Color Hex Logo

#8501ab Color Hex

#8501AB
(133,1,171)
0 Favorites   0 Comments

Color spaces of #8501ab

RGB 1331171
HSL0.800.990.34
HSV287°99°67°
CMYK 0.220.990.00   0.33
XYZ17.03447.948539.1645
Yxy7.94850.26560.1239
Hunter Lab28.193158.5127-62.6277
CIE-Lab33.875466.9227-56.2433

#8501ab color RGB value is (133,1,171).

#8501ab hex color red value is 133, green value is 1 and the blue value of its RGB is 171. Cylindrical-coordinate representations (also known as HSL) of color #8501ab hue: 0.80 , saturation: 0.99 and the lightness value of 8501ab is 0.34.

The process color (four color CMYK) of #8501ab color hex is 0.22, 0.99, 0.00, 0.33. Web safe color of #8501ab is #990099. Color #8501ab contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000101 00000001 10101011
Octal 205 1 253
Decimal 133 1 171
Hex 85 1 AB

RGB Percentages of Color #8501ab

%43.61
%0.33
%56.07

CMYK Percentages of Color #8501ab

%22
%99
%0
%33

Triadic Colors of #8501ab

#8501ab #ab8501 #01ab85

Analogous Colors of #8501ab

#8501ab #ab017c #3001ab

Monochromatic Colors of #8501ab

#8501ab

Complementary Color

#8501ab #27ab01

#8501ab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8501ab Color Preview on White Background

Lorem ipsum dolor sit amet.

#8501ab Color CSS Codes

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

#8501ab Text Font Color

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

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


#8501ab Background Color

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

This div background color is #8501ab


#8501ab Border Color

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

This div border color is #8501ab


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(133,1,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 #8501ab">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8501ab


Comments

No comments written yet.

Please login to write comment.