Color Hex Logo

#8913ae Color Hex

#8913AE
(137,19,174)
0 Favorites   0 Comments

Color spaces of #8913ae

RGB 13719174
HSL0.790.800.38
HSV286°89°68°
CMYK 0.210.890.00   0.32
XYZ18.18948.840140.7920
Yxy8.84010.26820.1303
Hunter Lab29.732357.1698-60.5318
CIE-Lab35.674665.4001-55.0848

#8913ae color RGB value is (137,19,174).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10001001 00010011 10101110
Octal 211 23 256
Decimal 137 19 174
Hex 89 13 AE

RGB Percentages of Color #8913ae

%41.52
%5.76
%52.73

CMYK Percentages of Color #8913ae

%21
%89
%0
%32

Triadic Colors of #8913ae

#8913ae #ae8913 #13ae89

Analogous Colors of #8913ae

#8913ae #ae1386 #3c13ae

Monochromatic Colors of #8913ae

#8913ae

Complementary Color

#8913ae #38ae13

#8913ae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8913ae Color Preview on White Background

Lorem ipsum dolor sit amet.

#8913ae Color CSS Codes

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

#8913ae Text Font Color

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

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


#8913ae Background Color

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

This div background color is #8913ae


#8913ae Border Color

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

This div border color is #8913ae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8913ae


Comments

No comments written yet.

Please login to write comment.