Color Hex Logo

#8518ab Color Hex

#8518AB
(133,24,171)
0 Favorites   0 Comments

Color spaces of #8518ab

RGB 13324171
HSL0.790.750.38
HSV284°86°67°
CMYK 0.220.860.00   0.33
XYZ17.35028.580139.2697
Yxy8.58010.26610.1316
Hunter Lab29.291854.4689-58.9821
CIE-Lab35.162963.1044-54.1506

#8518ab color RGB value is (133,24,171).

#8518ab hex color red value is 133, green value is 24 and the blue value of its RGB is 171. Cylindrical-coordinate representations (also known as HSL) of color #8518ab hue: 0.79 , saturation: 0.75 and the lightness value of 8518ab is 0.38.

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

Base Numbers

BaseRedGreenBlue
Binary 10000101 00011000 10101011
Octal 205 30 253
Decimal 133 24 171
Hex 85 18 AB

RGB Percentages of Color #8518ab

%40.55
%7.32
%52.13

CMYK Percentages of Color #8518ab

%22
%86
%0
%33

Triadic Colors of #8518ab

#8518ab #ab8518 #18ab85

Analogous Colors of #8518ab

#8518ab #ab1888 #3c18ab

Monochromatic Colors of #8518ab

#8518ab

Complementary Color

#8518ab #3eab18

#8518ab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8518ab Color Preview on White Background

Lorem ipsum dolor sit amet.

#8518ab Color CSS Codes

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

#8518ab Text Font Color

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

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


#8518ab Background Color

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

This div background color is #8518ab


#8518ab Border Color

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

This div border color is #8518ab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8518ab


Comments

No comments written yet.

Please login to write comment.