Color Hex Logo

#850efb Color Hex

#850EFB
(133,14,251)
0 Favorites   0 Comments

Color spaces of #850efb

RGB 13314251
HSL0.750.970.52
HSV270°94°98°
CMYK 0.470.940.00   0.02
XYZ27.242512.265792.1985
Yxy12.26570.20680.0931
Hunter Lab35.022477.5586-131.5686
CIE-Lab41.635381.2369-89.8419

#850efb color RGB value is (133,14,251).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000101 00001110 11111011
Octal 205 16 373
Decimal 133 14 251
Hex 85 E FB

RGB Percentages of Color #850efb

%33.42
%3.52
%63.07

CMYK Percentages of Color #850efb

%47
%94
%0
%2

Triadic Colors of #850efb

#850efb #fb850e #0efb85

Analogous Colors of #850efb

#850efb #fb0efb #0e0efb

Monochromatic Colors of #850efb

#850efb

Complementary Color

#850efb #84fb0e

#850efb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#850efb Color Preview on White Background

Lorem ipsum dolor sit amet.

#850efb Color CSS Codes

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

#850efb Text Font Color

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

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


#850efb Background Color

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

This div background color is #850efb


#850efb Border Color

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

This div border color is #850efb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #850efb

Related Colors


Comments

No comments written yet.

Please login to write comment.