Color Hex Logo

#8515ae Color Hex

#8515AE
(133,21,174)
0 Favorites   0 Comments

Color spaces of #8515ae

RGB 13321174
HSL0.790.780.38
HSV284°88°68°
CMYK 0.240.880.00   0.32
XYZ17.58108.578940.7737
Yxy8.57890.26270.1282
Hunter Lab29.289855.8865-62.0336
CIE-Lab35.160564.3668-55.9495

#8515ae color RGB value is (133,21,174).

#8515ae hex color red value is 133, green value is 21 and the blue value of its RGB is 174. Cylindrical-coordinate representations (also known as HSL) of color #8515ae hue: 0.79 , saturation: 0.78 and the lightness value of 8515ae is 0.38.

The process color (four color CMYK) of #8515ae color hex is 0.24, 0.88, 0.00, 0.32. Web safe color of #8515ae is #990099. Color #8515ae contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000101 00010101 10101110
Octal 205 25 256
Decimal 133 21 174
Hex 85 15 AE

RGB Percentages of Color #8515ae

%40.55
%6.40
%53.05

CMYK Percentages of Color #8515ae

%24
%88
%0
%32

Triadic Colors of #8515ae

#8515ae #ae8515 #15ae85

Analogous Colors of #8515ae

#8515ae #ae158b #3915ae

Monochromatic Colors of #8515ae

#8515ae

Complementary Color

#8515ae #3eae15

#8515ae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8515ae Color Preview on White Background

Lorem ipsum dolor sit amet.

#8515ae Color CSS Codes

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

#8515ae Text Font Color

<p style="color:#8515ae">Text here</p>

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


#8515ae Background Color

<div style="background-color:#8515ae">
Div content here</div>

This div background color is #8515ae


#8515ae Border Color

<div style="border:3px solid #8515ae">
Div here</div>

This div border color is #8515ae


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(133,21,174, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #8515ae; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #8515ae;
  -webkit-box-shadow: 1px 1px 3px 2px #8515ae;
  box-shadow:         1px 1px 3px 2px #8515ae; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8515ae


Comments

No comments written yet.

Please login to write comment.