Color Hex Logo

#850beb Color Hex

#850BEB
(133,11,235)
0 Favorites   0 Comments

Color spaces of #850beb

RGB 13311235
HSL0.760.910.48
HSV273°95°92°
CMYK 0.430.950.00   0.08
XYZ24.787911.224079.4573
Yxy11.22400.21470.0972
Hunter Lab33.502273.4411-117.1666
CIE-Lab39.955278.2644-83.5872

#850beb color RGB value is (133,11,235).

#850beb hex color red value is 133, green value is 11 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #850beb hue: 0.76 , saturation: 0.91 and the lightness value of 850beb is 0.48.

The process color (four color CMYK) of #850beb color hex is 0.43, 0.95, 0.00, 0.08. Web safe color of #850beb is #9900ff. Color #850beb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000101 00001011 11101011
Octal 205 13 353
Decimal 133 11 235
Hex 85 B EB

RGB Percentages of Color #850beb

%35.09
%2.90
%62.01

CMYK Percentages of Color #850beb

%43
%95
%0
%8

Triadic Colors of #850beb

#850beb #eb850b #0beb85

Analogous Colors of #850beb

#850beb #eb0be1 #150beb

Monochromatic Colors of #850beb

#850beb

Complementary Color

#850beb #71eb0b

#850beb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#850beb Color Preview on White Background

Lorem ipsum dolor sit amet.

#850beb Color CSS Codes

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

#850beb Text Font Color

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

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


#850beb Background Color

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

This div background color is #850beb


#850beb Border Color

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

This div border color is #850beb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #850beb


Comments

No comments written yet.

Please login to write comment.