Color Hex Logo

#950bff Color Hex

#950BFF
(149,11,255)
0 Favorites   0 Comments

Color spaces of #950bff

RGB 14911255
HSL0.761.000.52
HSV274°96°100°
CMYK 0.420.960.00   0.00
XYZ30.564113.848995.6699
Yxy13.84890.21820.0989
Hunter Lab37.214181.4781-126.3726
CIE-Lab44.015583.8657-88.0837

#950bff color RGB value is (149,11,255).

#950bff hex color red value is 149, green value is 11 and the blue value of its RGB is 255. Cylindrical-coordinate representations (also known as HSL) of color #950bff hue: 0.76 , saturation: 1.00 and the lightness value of 950bff is 0.52.

The process color (four color CMYK) of #950bff color hex is 0.42, 0.96, 0.00, 0.00. Web safe color of #950bff is #9900ff. Color #950bff contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10010101 00001011 11111111
Octal 225 13 377
Decimal 149 11 255
Hex 95 B FF

RGB Percentages of Color #950bff

%35.90
%2.65
%61.45

CMYK Percentages of Color #950bff

%42
%96
%0
%0

Triadic Colors of #950bff

#950bff #ff950b #0bff95

Analogous Colors of #950bff

#950bff #ff0bef #1b0bff

Monochromatic Colors of #950bff

#950bff

Complementary Color

#950bff #75ff0b

#950bff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#950bff Color Preview on White Background

Lorem ipsum dolor sit amet.

#950bff Color CSS Codes

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

#950bff Text Font Color

<p style="color:#950bff">Text here</p>

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


#950bff Background Color

<div style="background-color:#950bff">
Div content here</div>

This div background color is #950bff


#950bff Border Color

<div style="border:3px solid #950bff">
Div here</div>

This div border color is #950bff


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(149,11,255, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #950bff; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #950bff;
  -webkit-box-shadow: 1px 1px 3px 2px #950bff;
  box-shadow:         1px 1px 3px 2px #950bff; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(149,11,255, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #950bff

Related Colors


Comments

No comments written yet.

Please login to write comment.