Color Hex Logo

#9632cd Color Hex

#9632CD
(150,50,205)
0 Favorites   0 Comments

Color spaces of #9632cd

RGB 15050205
HSL0.770.610.50
HSV279°76°80°
CMYK 0.270.760.00   0.20
XYZ24.737713.173058.9964
Yxy13.17300.25530.1359
Hunter Lab36.294658.1465-70.9688
CIE-Lab43.022864.8264-61.2857

#9632cd color RGB value is (150,50,205).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10010110 00110010 11001101
Octal 226 62 315
Decimal 150 50 205
Hex 96 32 CD

RGB Percentages of Color #9632cd

%37.04
%12.35
%50.62

CMYK Percentages of Color #9632cd

%27
%76
%0
%20

Triadic Colors of #9632cd

#9632cd #cd9632 #32cd96

Analogous Colors of #9632cd

#9632cd #cd32b7 #4932cd

Monochromatic Colors of #9632cd

#9632cd

Complementary Color

#9632cd #69cd32

#9632cd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9632cd Color Preview on White Background

Lorem ipsum dolor sit amet.

#9632cd Color CSS Codes

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

#9632cd Text Font Color

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

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


#9632cd Background Color

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

This div background color is #9632cd


#9632cd Border Color

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

This div border color is #9632cd


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(150,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 #9632cd">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9632cd


Comments

No comments written yet.

Please login to write comment.