Color Hex Logo

#950ffb Color Hex

#950FFB
(149,15,251)
0 Favorites   0 Comments

Color spaces of #950ffb

RGB 14915251
HSL0.760.970.52
HSV274°94°98°
CMYK 0.410.940.00   0.02
XYZ29.977813.696292.3304
Yxy13.69620.22040.1007
Hunter Lab37.008479.8252-122.0139
CIE-Lab43.794182.6155-86.2101

#950ffb color RGB value is (149,15,251).

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

The process color (four color CMYK) of #950ffb color hex is 0.41, 0.94, 0.00, 0.02. Web safe color of #950ffb is #9900ff. Color #950ffb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10010101 00001111 11111011
Octal 225 17 373
Decimal 149 15 251
Hex 95 F FB

RGB Percentages of Color #950ffb

%35.90
%3.61
%60.48

CMYK Percentages of Color #950ffb

%41
%94
%0
%2

Triadic Colors of #950ffb

#950ffb #fb950f #0ffb95

Analogous Colors of #950ffb

#950ffb #fb0feb #1f0ffb

Monochromatic Colors of #950ffb

#950ffb

Complementary Color

#950ffb #75fb0f

#950ffb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#950ffb Color Preview on White Background

Lorem ipsum dolor sit amet.

#950ffb Color CSS Codes

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

#950ffb Text Font Color

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

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


#950ffb Background Color

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

This div background color is #950ffb


#950ffb Border Color

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

This div border color is #950ffb


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(149,15,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 #950ffb">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #950ffb


Comments

No comments written yet.

Please login to write comment.