Color Hex Logo

#8915ae Color Hex

#8915AE
(137,21,174)
0 Favorites   0 Comments

Color spaces of #8915ae

RGB 13721174
HSL0.790.780.38
HSV285°88°68°
CMYK 0.210.880.00   0.32
XYZ18.22478.910740.8038
Yxy8.91070.26830.1312
Hunter Lab29.850856.7401-60.1494
CIE-Lab35.811864.9950-54.8621

#8915ae color RGB value is (137,21,174).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10001001 00010101 10101110
Octal 211 25 256
Decimal 137 21 174
Hex 89 15 AE

RGB Percentages of Color #8915ae

%41.27
%6.33
%52.41

CMYK Percentages of Color #8915ae

%21
%88
%0
%32

Triadic Colors of #8915ae

#8915ae #ae8915 #15ae89

Analogous Colors of #8915ae

#8915ae #ae1587 #3c15ae

Monochromatic Colors of #8915ae

#8915ae

Complementary Color

#8915ae #3aae15

#8915ae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8915ae Color Preview on White Background

Lorem ipsum dolor sit amet.

#8915ae Color CSS Codes

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

#8915ae Text Font Color

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

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


#8915ae Background Color

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

This div background color is #8915ae


#8915ae Border Color

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

This div border color is #8915ae


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(137,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 #8915ae">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8915ae


Comments

No comments written yet.

Please login to write comment.