Color Hex Logo

#9631fd Color Hex

#9631FD
(150,49,253)
0 Favorites   0 Comments

Color spaces of #9631fd

RGB 15049253
HSL0.750.980.59
HSV270°81°99°
CMYK 0.410.810.00   0.01
XYZ31.405615.772594.3176
Yxy15.77250.22200.1115
Hunter Lab39.714671.6540-113.0067
CIE-Lab46.674675.5192-82.5922

#9631fd color RGB value is (150,49,253).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10010110 00110001 11111101
Octal 226 61 375
Decimal 150 49 253
Hex 96 31 FD

RGB Percentages of Color #9631fd

%33.19
%10.84
%55.97

CMYK Percentages of Color #9631fd

%41
%81
%0
%1

Triadic Colors of #9631fd

#9631fd #fd9631 #31fd96

Analogous Colors of #9631fd

#9631fd #fc31fd #3132fd

Monochromatic Colors of #9631fd

#9631fd

Complementary Color

#9631fd #98fd31

#9631fd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9631fd Color Preview on White Background

Lorem ipsum dolor sit amet.

#9631fd Color CSS Codes

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

#9631fd Text Font Color

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

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


#9631fd Background Color

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

This div background color is #9631fd


#9631fd Border Color

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

This div border color is #9631fd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9631fd


Comments

No comments written yet.

Please login to write comment.