Color Hex Logo

#8519af Color Hex

#8519AF
(133,25,175)
0 Favorites   0 Comments

Color spaces of #8519af

RGB 13325175
HSL0.790.750.39
HSV283°86°69°
CMYK 0.240.860.00   0.31
XYZ17.75848.777041.3156
Yxy8.77700.26170.1294
Hunter Lab29.626055.1509-61.9460
CIE-Lab35.551363.6373-55.9115

#8519af color RGB value is (133,25,175).

#8519af hex color red value is 133, green value is 25 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #8519af hue: 0.79 , saturation: 0.75 and the lightness value of 8519af is 0.39.

The process color (four color CMYK) of #8519af color hex is 0.24, 0.86, 0.00, 0.31. Web safe color of #8519af is #990099. Color #8519af contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000101 00011001 10101111
Octal 205 31 257
Decimal 133 25 175
Hex 85 19 AF

RGB Percentages of Color #8519af

%39.94
%7.51
%52.55

CMYK Percentages of Color #8519af

%24
%86
%0
%31

Triadic Colors of #8519af

#8519af #af8519 #19af85

Analogous Colors of #8519af

#8519af #af198e #3a19af

Monochromatic Colors of #8519af

#8519af

Complementary Color

#8519af #43af19

#8519af Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8519af Color Preview on White Background

Lorem ipsum dolor sit amet.

#8519af Color CSS Codes

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

#8519af Text Font Color

<p style="color:#8519af">Text here</p>

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


#8519af Background Color

<div style="background-color:#8519af">
Div content here</div>

This div background color is #8519af


#8519af Border Color

<div style="border:3px solid #8519af">
Div here</div>

This div border color is #8519af


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(133,25,175, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #8519af; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #8519af;
  -webkit-box-shadow: 1px 1px 3px 2px #8519af;
  box-shadow:         1px 1px 3px 2px #8519af; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8519af


Comments

No comments written yet.

Please login to write comment.