Color Hex Logo

#850ef9 Color Hex

#850EF9
(133,14,249)
0 Favorites   0 Comments

Color spaces of #850ef9

RGB 13314249
HSL0.750.950.52
HSV270°94°98°
CMYK 0.470.940.00   0.02
XYZ26.928812.140290.5465
Yxy12.14020.20780.0937
Hunter Lab34.842876.9817-129.6879
CIE-Lab41.438180.8168-89.0450

#850ef9 color RGB value is (133,14,249).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000101 00001110 11111001
Octal 205 16 371
Decimal 133 14 249
Hex 85 E F9

RGB Percentages of Color #850ef9

%33.59
%3.54
%62.88

CMYK Percentages of Color #850ef9

%47
%94
%0
%2

Triadic Colors of #850ef9

#850ef9 #f9850e #0ef985

Analogous Colors of #850ef9

#850ef9 #f90ef8 #0f0ef9

Monochromatic Colors of #850ef9

#850ef9

Complementary Color

#850ef9 #82f90e

#850ef9 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#850ef9 Color Preview on White Background

Lorem ipsum dolor sit amet.

#850ef9 Color CSS Codes

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

#850ef9 Text Font Color

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

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


#850ef9 Background Color

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

This div background color is #850ef9


#850ef9 Border Color

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

This div border color is #850ef9


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(133,14,249, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #850ef9


Comments

No comments written yet.

Please login to write comment.