Color Hex Logo

#9532ba Color Hex

#9532BA
(149,50,186)
0 Favorites   0 Comments

Color spaces of #9532ba

RGB 14950186
HSL0.790.580.46
HSV284°73°73°
CMYK 0.200.730.00   0.27
XYZ22.398012.215947.6318
Yxy12.21590.27230.1485
Hunter Lab34.951353.2244-56.3349
CIE-Lab41.557260.7438-52.5881

#9532ba color RGB value is (149,50,186).

#9532ba hex color red value is 149, green value is 50 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #9532ba hue: 0.79 , saturation: 0.58 and the lightness value of 9532ba is 0.46.

The process color (four color CMYK) of #9532ba color hex is 0.20, 0.73, 0.00, 0.27. Web safe color of #9532ba is #9933cc. Color #9532ba contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10010101 00110010 10111010
Octal 225 62 272
Decimal 149 50 186
Hex 95 32 BA

RGB Percentages of Color #9532ba

%38.70
%12.99
%48.31

CMYK Percentages of Color #9532ba

%20
%73
%0
%27

Triadic Colors of #9532ba

#9532ba #ba9532 #32ba95

Analogous Colors of #9532ba

#9532ba #ba329b #5132ba

Monochromatic Colors of #9532ba

#9532ba

Complementary Color

#9532ba #57ba32

#9532ba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9532ba Color Preview on White Background

Lorem ipsum dolor sit amet.

#9532ba Color CSS Codes

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

#9532ba Text Font Color

<p style="color:#9532ba">Text here</p>

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


#9532ba Background Color

<div style="background-color:#9532ba">
Div content here</div>

This div background color is #9532ba


#9532ba Border Color

<div style="border:3px solid #9532ba">
Div here</div>

This div border color is #9532ba


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(149,50,186, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #9532ba; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #9532ba;
  -webkit-box-shadow: 1px 1px 3px 2px #9532ba;
  box-shadow:         1px 1px 3px 2px #9532ba; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9532ba


Comments

No comments written yet.

Please login to write comment.