Color Hex Logo

#9500ae Color Hex

#9500AE
(149,0,174)
1 Favorites   0 Comments

Color spaces of #9500ae

RGB 1490174
HSL0.811.000.34
HSV291°100°68°
CMYK 0.141.000.00   0.32
XYZ20.03449.445640.8116
Yxy9.44560.28500.1344
Hunter Lab30.733762.5750-57.2182
CIE-Lab36.828469.8567-53.1184

#9500ae color RGB value is (149,0,174).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10010101 00000000 10101110
Octal 225 0 256
Decimal 149 0 174
Hex 95 0 AE

RGB Percentages of Color #9500ae

%46.13
%0.00
%53.87

CMYK Percentages of Color #9500ae

%14
%100
%0
%32

Triadic Colors of #9500ae

#9500ae #ae9500 #00ae95

Analogous Colors of #9500ae

#9500ae #ae0070 #3e00ae

Monochromatic Colors of #9500ae

#9500ae

Complementary Color

#9500ae #19ae00

#9500ae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9500ae Color Preview on White Background

Lorem ipsum dolor sit amet.

#9500ae Color CSS Codes

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

#9500ae Text Font Color

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

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


#9500ae Background Color

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

This div background color is #9500ae


#9500ae Border Color

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

This div border color is #9500ae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9500ae


Comments

No comments written yet.

Please login to write comment.