Color Hex Logo

#9633ea Color Hex

#9633EA
(150,51,234)
0 Favorites   0 Comments

Color spaces of #9633ea

RGB 15051234
HSL0.760.810.56
HSV272°78°92°
CMYK 0.360.780.00   0.08
XYZ28.612814.792279.1890
Yxy14.79220.23340.1207
Hunter Lab38.460665.4890-95.1535
CIE-Lab45.348370.6701-74.0859

#9633ea color RGB value is (150,51,234).

#9633ea hex color red value is 150, green value is 51 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #9633ea hue: 0.76 , saturation: 0.81 and the lightness value of 9633ea is 0.56.

The process color (four color CMYK) of #9633ea color hex is 0.36, 0.78, 0.00, 0.08. Web safe color of #9633ea is #9933ff. Color #9633ea contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10010110 00110011 11101010
Octal 226 63 352
Decimal 150 51 234
Hex 96 33 EA

RGB Percentages of Color #9633ea

%34.48
%11.72
%53.79

CMYK Percentages of Color #9633ea

%36
%78
%0
%8

Triadic Colors of #9633ea

#9633ea #ea9633 #33ea96

Analogous Colors of #9633ea

#9633ea #ea33e3 #3a33ea

Monochromatic Colors of #9633ea

#9633ea

Complementary Color

#9633ea #87ea33

#9633ea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9633ea Color Preview on White Background

Lorem ipsum dolor sit amet.

#9633ea Color CSS Codes

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

#9633ea Text Font Color

<p style="color:#9633ea">Text here</p>

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


#9633ea Background Color

<div style="background-color:#9633ea">
Div content here</div>

This div background color is #9633ea


#9633ea Border Color

<div style="border:3px solid #9633ea">
Div here</div>

This div border color is #9633ea


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(150,51,234, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #9633ea; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #9633ea;
  -webkit-box-shadow: 1px 1px 3px 2px #9633ea;
  box-shadow:         1px 1px 3px 2px #9633ea; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(150,51,234, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9633ea


Comments

No comments written yet.

Please login to write comment.