Color Hex Logo

#9631fa Color Hex

#9631FA
(150,49,250)
0 Favorites   0 Comments

Color spaces of #9631fa

RGB 15049250
HSL0.750.950.59
HSV270°80°98°
CMYK 0.400.800.00   0.02
XYZ30.931315.582891.8200
Yxy15.58280.22360.1126
Hunter Lab39.475170.7851-110.2775
CIE-Lab46.422374.8577-81.3292

#9631fa color RGB value is (150,49,250).

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

The process color (four color CMYK) of #9631fa color hex is 0.40, 0.80, 0.00, 0.02. Web safe color of #9631fa is #9933ff. Color #9631fa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10010110 00110001 11111010
Octal 226 61 372
Decimal 150 49 250
Hex 96 31 FA

RGB Percentages of Color #9631fa

%33.41
%10.91
%55.68

CMYK Percentages of Color #9631fa

%40
%80
%0
%2

Triadic Colors of #9631fa

#9631fa #fa9631 #31fa96

Analogous Colors of #9631fa

#9631fa #fa31fa #3231fa

Monochromatic Colors of #9631fa

#9631fa

Complementary Color

#9631fa #95fa31

#9631fa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9631fa Color Preview on White Background

Lorem ipsum dolor sit amet.

#9631fa Color CSS Codes

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

#9631fa Text Font Color

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

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


#9631fa Background Color

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

This div background color is #9631fa


#9631fa Border Color

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

This div border color is #9631fa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9631fa


Comments

No comments written yet.

Please login to write comment.