Color Hex Logo

#9632fd Color Hex

#9632FD
(150,50,253)
0 Favorites   0 Comments

Color spaces of #9632fd

RGB 15050253
HSL0.750.980.59
HSV270°80°99°
CMYK 0.410.800.00   0.01
XYZ31.447915.857194.3317
Yxy15.85710.22200.1120
Hunter Lab39.821071.2805-112.5771
CIE-Lab46.786475.1922-82.4088

#9632fd color RGB value is (150,50,253).

#9632fd hex color red value is 150, green value is 50 and the blue value of its RGB is 253. Cylindrical-coordinate representations (also known as HSL) of color #9632fd hue: 0.75 , saturation: 0.98 and the lightness value of 9632fd is 0.59.

The process color (four color CMYK) of #9632fd color hex is 0.41, 0.80, 0.00, 0.01. Web safe color of #9632fd is #9933ff. Color #9632fd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10010110 00110010 11111101
Octal 226 62 375
Decimal 150 50 253
Hex 96 32 FD

RGB Percentages of Color #9632fd

%33.11
%11.04
%55.85

CMYK Percentages of Color #9632fd

%41
%80
%0
%1

Triadic Colors of #9632fd

#9632fd #fd9632 #32fd96

Analogous Colors of #9632fd

#9632fd #fc32fd #3233fd

Monochromatic Colors of #9632fd

#9632fd

Complementary Color

#9632fd #99fd32

#9632fd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9632fd Color Preview on White Background

Lorem ipsum dolor sit amet.

#9632fd Color CSS Codes

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

#9632fd Text Font Color

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

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


#9632fd Background Color

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

This div background color is #9632fd


#9632fd Border Color

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

This div border color is #9632fd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9632fd


Comments

No comments written yet.

Please login to write comment.