Color Hex Logo

#8914ae Color Hex

#8914AE
(137,20,174)
0 Favorites   0 Comments

Color spaces of #8914ae

RGB 13720174
HSL0.790.790.38
HSV286°89°68°
CMYK 0.210.890.00   0.32
XYZ18.20678.874740.7978
Yxy8.87470.26820.1307
Hunter Lab29.790456.9587-60.3440
CIE-Lab35.741965.2012-54.9755

#8914ae color RGB value is (137,20,174).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10001001 00010100 10101110
Octal 211 24 256
Decimal 137 20 174
Hex 89 14 AE

RGB Percentages of Color #8914ae

%41.39
%6.04
%52.57

CMYK Percentages of Color #8914ae

%21
%89
%0
%32

Triadic Colors of #8914ae

#8914ae #ae8914 #14ae89

Analogous Colors of #8914ae

#8914ae #ae1486 #3c14ae

Monochromatic Colors of #8914ae

#8914ae

Complementary Color

#8914ae #39ae14

#8914ae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8914ae Color Preview on White Background

Lorem ipsum dolor sit amet.

#8914ae Color CSS Codes

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

#8914ae Text Font Color

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

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


#8914ae Background Color

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

This div background color is #8914ae


#8914ae Border Color

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

This div border color is #8914ae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8914ae


Comments

No comments written yet.

Please login to write comment.