Color Hex Logo

#8400ae Color Hex

#8400AE
(132,0,174)
0 Favorites   0 Comments

Color spaces of #8400ae

RGB 1320174
HSL0.791.000.34
HSV286°100°68°
CMYK 0.241.000.00   0.32
XYZ17.15577.961540.6769
Yxy7.96150.26070.1210
Hunter Lab28.216159.1516-65.7223
CIE-Lab33.902667.4731-58.0042

#8400ae color RGB value is (132,0,174).

#8400ae hex color red value is 132, green value is 0 and the blue value of its RGB is 174. Cylindrical-coordinate representations (also known as HSL) of color #8400ae hue: 0.79 , saturation: 1.00 and the lightness value of 8400ae is 0.34.

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

Base Numbers

BaseRedGreenBlue
Binary 10000100 00000000 10101110
Octal 204 0 256
Decimal 132 0 174
Hex 84 0 AE

RGB Percentages of Color #8400ae

%43.14
%0.00
%56.86

CMYK Percentages of Color #8400ae

%24
%100
%0
%32

Triadic Colors of #8400ae

#8400ae #ae8400 #00ae84

Analogous Colors of #8400ae

#8400ae #ae0081 #2d00ae

Monochromatic Colors of #8400ae

#8400ae

Complementary Color

#8400ae #2aae00

#8400ae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8400ae Color Preview on White Background

Lorem ipsum dolor sit amet.

#8400ae Color CSS Codes

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

#8400ae Text Font Color

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

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


#8400ae Background Color

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

This div background color is #8400ae


#8400ae Border Color

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

This div border color is #8400ae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8400ae


Comments

No comments written yet.

Please login to write comment.