Color Hex Logo

#9536ad Color Hex

#9536AD
(149,54,173)
0 Favorites   0 Comments

Color spaces of #9536ad

RGB 14954173
HSL0.800.520.45
HSV288°69°68°
CMYK 0.140.690.00   0.32
XYZ21.256412.045040.7397
Yxy12.04500.28710.1627
Hunter Lab34.705948.5909-45.3037
CIE-Lab41.287656.5675-45.3456

#9536ad color RGB value is (149,54,173).

#9536ad hex color red value is 149, green value is 54 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #9536ad hue: 0.80 , saturation: 0.52 and the lightness value of 9536ad is 0.45.

The process color (four color CMYK) of #9536ad color hex is 0.14, 0.69, 0.00, 0.32. Web safe color of #9536ad is #993399. Color #9536ad contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10010101 00110110 10101101
Octal 225 66 255
Decimal 149 54 173
Hex 95 36 AD

RGB Percentages of Color #9536ad

%39.63
%14.36
%46.01

CMYK Percentages of Color #9536ad

%14
%69
%0
%32

Triadic Colors of #9536ad

#9536ad #ad9536 #36ad95

Analogous Colors of #9536ad

#9536ad #ad368a #5a36ad

Monochromatic Colors of #9536ad

#9536ad

Complementary Color

#9536ad #4ead36

#9536ad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9536ad Color Preview on White Background

Lorem ipsum dolor sit amet.

#9536ad Color CSS Codes

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

#9536ad Text Font Color

<p style="color:#9536ad">Text here</p>

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


#9536ad Background Color

<div style="background-color:#9536ad">
Div content here</div>

This div background color is #9536ad


#9536ad Border Color

<div style="border:3px solid #9536ad">
Div here</div>

This div border color is #9536ad


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(149,54,173, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #9536ad; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #9536ad;
  -webkit-box-shadow: 1px 1px 3px 2px #9536ad;
  box-shadow:         1px 1px 3px 2px #9536ad; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(149,54,173, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #9536ad">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9536ad


Comments

No comments written yet.

Please login to write comment.