Color Hex Logo

#9b1ffb Color Hex

#9B1FFB
(155,31,251)
0 Favorites   0 Comments

Color spaces of #9b1ffb

RGB 15531251
HSL0.760.960.55
HSV274°88°98°
CMYK 0.380.880.00   0.02
XYZ31.420114.913692.4894
Yxy14.91360.22630.1074
Hunter Lab38.618177.6477-114.9653
CIE-Lab45.515680.5679-83.3505

#9b1ffb color RGB value is (155,31,251).

#9b1ffb hex color red value is 155, green value is 31 and the blue value of its RGB is 251. Cylindrical-coordinate representations (also known as HSL) of color #9b1ffb hue: 0.76 , saturation: 0.96 and the lightness value of 9b1ffb is 0.55.

The process color (four color CMYK) of #9b1ffb color hex is 0.38, 0.88, 0.00, 0.02. Web safe color of #9b1ffb is #9933ff. Color #9b1ffb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10011011 00011111 11111011
Octal 233 37 373
Decimal 155 31 251
Hex 9B 1F FB

RGB Percentages of Color #9b1ffb

%35.47
%7.09
%57.44

CMYK Percentages of Color #9b1ffb

%38
%88
%0
%2

Triadic Colors of #9b1ffb

#9b1ffb #fb9b1f #1ffb9b

Analogous Colors of #9b1ffb

#9b1ffb #fb1fed #2d1ffb

Monochromatic Colors of #9b1ffb

#9b1ffb

Complementary Color

#9b1ffb #7ffb1f

#9b1ffb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9b1ffb Color Preview on White Background

Lorem ipsum dolor sit amet.

#9b1ffb Color CSS Codes

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

#9b1ffb Text Font Color

<p style="color:#9b1ffb">Text here</p>

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


#9b1ffb Background Color

<div style="background-color:#9b1ffb">
Div content here</div>

This div background color is #9b1ffb


#9b1ffb Border Color

<div style="border:3px solid #9b1ffb">
Div here</div>

This div border color is #9b1ffb


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(155,31,251, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #9b1ffb; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #9b1ffb;
  -webkit-box-shadow: 1px 1px 3px 2px #9b1ffb;
  box-shadow:         1px 1px 3px 2px #9b1ffb; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(155,31,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 #9b1ffb">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9b1ffb

Related Colors


Comments

No comments written yet.

Please login to write comment.