Color Hex Logo

#9532fa Color Hex

#9532FA
(149,50,250)
0 Favorites   0 Comments

Color spaces of #9532fa

RGB 14950250
HSL0.750.950.59
HSV270°80°98°
CMYK 0.400.800.00   0.02
XYZ30.790315.572991.8255
Yxy15.57290.22280.1127
Hunter Lab39.462570.2137-110.3384
CIE-Lab46.409174.3913-81.3557

#9532fa color RGB value is (149,50,250).

#9532fa hex color red value is 149, green value is 50 and the blue value of its RGB is 250. Cylindrical-coordinate representations (also known as HSL) of color #9532fa hue: 0.75 , saturation: 0.95 and the lightness value of 9532fa is 0.59.

The process color (four color CMYK) of #9532fa color hex is 0.40, 0.80, 0.00, 0.02. Web safe color of #9532fa is #9933ff. Color #9532fa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10010101 00110010 11111010
Octal 225 62 372
Decimal 149 50 250
Hex 95 32 FA

RGB Percentages of Color #9532fa

%33.18
%11.14
%55.68

CMYK Percentages of Color #9532fa

%40
%80
%0
%2

Triadic Colors of #9532fa

#9532fa #fa9532 #32fa95

Analogous Colors of #9532fa

#9532fa #f932fa #3233fa

Monochromatic Colors of #9532fa

#9532fa

Complementary Color

#9532fa #97fa32

#9532fa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9532fa Color Preview on White Background

Lorem ipsum dolor sit amet.

#9532fa Color CSS Codes

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

#9532fa Text Font Color

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

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


#9532fa Background Color

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

This div background color is #9532fa


#9532fa Border Color

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

This div border color is #9532fa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9532fa


Comments

No comments written yet.

Please login to write comment.