Color Hex Logo

#9631fb Color Hex

#9631FB
(150,49,251)
0 Favorites   0 Comments

Color spaces of #9631fb

RGB 15049251
HSL0.750.960.59
HSV270°80°98°
CMYK 0.400.800.00   0.02
XYZ31.088615.645792.6482
Yxy15.64570.22300.1123
Hunter Lab39.554671.0743-111.1857
CIE-Lab46.506275.0781-81.7510

#9631fb color RGB value is (150,49,251).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10010110 00110001 11111011
Octal 226 61 373
Decimal 150 49 251
Hex 96 31 FB

RGB Percentages of Color #9631fb

%33.33
%10.89
%55.78

CMYK Percentages of Color #9631fb

%40
%80
%0
%2

Triadic Colors of #9631fb

#9631fb #fb9631 #31fb96

Analogous Colors of #9631fb

#9631fb #fb31fb #3131fb

Monochromatic Colors of #9631fb

#9631fb

Complementary Color

#9631fb #96fb31

#9631fb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9631fb Color Preview on White Background

Lorem ipsum dolor sit amet.

#9631fb Color CSS Codes

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

#9631fb Text Font Color

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

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


#9631fb Background Color

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

This div background color is #9631fb


#9631fb Border Color

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

This div border color is #9631fb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9631fb


Comments

No comments written yet.

Please login to write comment.