Color Hex Logo

#850bfb Color Hex

#850BFB
(133,11,251)
0 Favorites   0 Comments

Color spaces of #850bfb

RGB 13311251
HSL0.750.970.51
HSV271°96°98°
CMYK 0.470.960.00   0.02
XYZ27.205112.190992.1860
Yxy12.19090.20680.0926
Hunter Lab34.915577.9798-132.1003
CIE-Lab41.517981.5920-90.0357

#850bfb color RGB value is (133,11,251).

#850bfb hex color red value is 133, green value is 11 and the blue value of its RGB is 251. Cylindrical-coordinate representations (also known as HSL) of color #850bfb hue: 0.75 , saturation: 0.97 and the lightness value of 850bfb is 0.51.

The process color (four color CMYK) of #850bfb color hex is 0.47, 0.96, 0.00, 0.02. Web safe color of #850bfb is #9900ff. Color #850bfb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000101 00001011 11111011
Octal 205 13 373
Decimal 133 11 251
Hex 85 B FB

RGB Percentages of Color #850bfb

%33.67
%2.78
%63.54

CMYK Percentages of Color #850bfb

%47
%96
%0
%2

Triadic Colors of #850bfb

#850bfb #fb850b #0bfb85

Analogous Colors of #850bfb

#850bfb #fb0bf9 #0d0bfb

Monochromatic Colors of #850bfb

#850bfb

Complementary Color

#850bfb #81fb0b

#850bfb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#850bfb Color Preview on White Background

Lorem ipsum dolor sit amet.

#850bfb Color CSS Codes

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

#850bfb Text Font Color

<p style="color:#850bfb">Text here</p>

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


#850bfb Background Color

<div style="background-color:#850bfb">
Div content here</div>

This div background color is #850bfb


#850bfb Border Color

<div style="border:3px solid #850bfb">
Div here</div>

This div border color is #850bfb


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(133,11,251, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #850bfb; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #850bfb;
  -webkit-box-shadow: 1px 1px 3px 2px #850bfb;
  box-shadow:         1px 1px 3px 2px #850bfb; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(133,11,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 #850bfb">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #850bfb

Related Colors


Comments

No comments written yet.

Please login to write comment.