Color Hex Logo

#9332cd Color Hex

#9332CD
(147,50,205)
0 Favorites   0 Comments

Color spaces of #9332cd

RGB 14750205
HSL0.770.610.50
HSV278°76°80°
CMYK 0.280.760.00   0.20
XYZ24.192712.892058.9709
Yxy12.89200.25190.1342
Hunter Lab35.905457.4369-72.2438
CIE-Lab42.600164.2866-61.9910

#9332cd color RGB value is (147,50,205).

#9332cd hex color red value is 147, green value is 50 and the blue value of its RGB is 205. Cylindrical-coordinate representations (also known as HSL) of color #9332cd hue: 0.77 , saturation: 0.61 and the lightness value of 9332cd is 0.50.

The process color (four color CMYK) of #9332cd color hex is 0.28, 0.76, 0.00, 0.20. Web safe color of #9332cd is #9933cc. Color #9332cd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10010011 00110010 11001101
Octal 223 62 315
Decimal 147 50 205
Hex 93 32 CD

RGB Percentages of Color #9332cd

%36.57
%12.44
%51.00

CMYK Percentages of Color #9332cd

%28
%76
%0
%20

Triadic Colors of #9332cd

#9332cd #cd9332 #32cd93

Analogous Colors of #9332cd

#9332cd #cd32ba #4632cd

Monochromatic Colors of #9332cd

#9332cd

Complementary Color

#9332cd #6ccd32

#9332cd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9332cd Color Preview on White Background

Lorem ipsum dolor sit amet.

#9332cd Color CSS Codes

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

#9332cd Text Font Color

<p style="color:#9332cd">Text here</p>

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


#9332cd Background Color

<div style="background-color:#9332cd">
Div content here</div>

This div background color is #9332cd


#9332cd Border Color

<div style="border:3px solid #9332cd">
Div here</div>

This div border color is #9332cd


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(147,50,205, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #9332cd; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #9332cd;
  -webkit-box-shadow: 1px 1px 3px 2px #9332cd;
  box-shadow:         1px 1px 3px 2px #9332cd; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9332cd


Comments

No comments written yet.

Please login to write comment.