Color Hex Logo

#9535ae Color Hex

#9535AE
(149,53,174)
0 Favorites   0 Comments

Color spaces of #9535ae

RGB 14953174
HSL0.800.530.45
HSV288°70°68°
CMYK 0.140.700.00   0.32
XYZ21.307511.991841.2360
Yxy11.99180.28590.1609
Hunter Lab34.629249.2308-46.3614
CIE-Lab41.203157.1745-46.0741

#9535ae color RGB value is (149,53,174).

#9535ae hex color red value is 149, green value is 53 and the blue value of its RGB is 174. Cylindrical-coordinate representations (also known as HSL) of color #9535ae hue: 0.80 , saturation: 0.53 and the lightness value of 9535ae is 0.45.

The process color (four color CMYK) of #9535ae color hex is 0.14, 0.70, 0.00, 0.32. Web safe color of #9535ae is #993399. Color #9535ae contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10010101 00110101 10101110
Octal 225 65 256
Decimal 149 53 174
Hex 95 35 AE

RGB Percentages of Color #9535ae

%39.63
%14.10
%46.28

CMYK Percentages of Color #9535ae

%14
%70
%0
%32

Triadic Colors of #9535ae

#9535ae #ae9535 #35ae95

Analogous Colors of #9535ae

#9535ae #ae358b #5835ae

Monochromatic Colors of #9535ae

#9535ae

Complementary Color

#9535ae #4eae35

#9535ae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9535ae Color Preview on White Background

Lorem ipsum dolor sit amet.

#9535ae Color CSS Codes

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

#9535ae Text Font Color

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

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


#9535ae Background Color

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

This div background color is #9535ae


#9535ae Border Color

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

This div border color is #9535ae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9535ae


Comments

No comments written yet.

Please login to write comment.