Color Hex Logo

#9532da Color Hex

#9532DA
(149,50,218)
0 Favorites   0 Comments

Color spaces of #9532da

RGB 14950218
HSL0.760.690.53
HSV275°77°85°
CMYK 0.320.770.00   0.15
XYZ26.189913.732767.6000
Yxy13.73270.24360.1277
Hunter Lab37.057761.3011-82.2155
CIE-Lab43.847167.4015-67.4336

#9532da color RGB value is (149,50,218).

#9532da hex color red value is 149, green value is 50 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #9532da hue: 0.76 , saturation: 0.69 and the lightness value of 9532da is 0.53.

The process color (four color CMYK) of #9532da color hex is 0.32, 0.77, 0.00, 0.15. Web safe color of #9532da is #9933cc. Color #9532da contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10010101 00110010 11011010
Octal 225 62 332
Decimal 149 50 218
Hex 95 32 DA

RGB Percentages of Color #9532da

%35.73
%11.99
%52.28

CMYK Percentages of Color #9532da

%32
%77
%0
%15

Triadic Colors of #9532da

#9532da #da9532 #32da95

Analogous Colors of #9532da

#9532da #da32cb #4132da

Monochromatic Colors of #9532da

#9532da

Complementary Color

#9532da #77da32

#9532da Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9532da Color Preview on White Background

Lorem ipsum dolor sit amet.

#9532da Color CSS Codes

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

#9532da Text Font Color

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

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


#9532da Background Color

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

This div background color is #9532da


#9532da Border Color

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

This div border color is #9532da


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9532da


Comments

No comments written yet.

Please login to write comment.