Color Hex Logo

#855beb Color Hex

#855BEB
(133,91,235)
0 Favorites   0 Comments

Color spaces of #855beb

RGB 13391235
HSL0.720.780.64
HSV258°61°92°
CMYK 0.430.610.00   0.08
XYZ28.409318.466980.6644
Yxy18.46690.22270.1448
Hunter Lab42.973142.8024-81.2114
CIE-Lab50.057649.5750-67.0765

#855beb color RGB value is (133,91,235).

#855beb hex color red value is 133, green value is 91 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #855beb hue: 0.72 , saturation: 0.78 and the lightness value of 855beb is 0.64.

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

Base Numbers

BaseRedGreenBlue
Binary 10000101 01011011 11101011
Octal 205 133 353
Decimal 133 91 235
Hex 85 5B EB

RGB Percentages of Color #855beb

%28.98
%19.83
%51.20

CMYK Percentages of Color #855beb

%43
%61
%0
%8

Triadic Colors of #855beb

#855beb #eb855b #5beb85

Analogous Colors of #855beb

#855beb #cd5beb #5b79eb

Monochromatic Colors of #855beb

#855beb

Complementary Color

#855beb #c1eb5b

#855beb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#855beb Color Preview on White Background

Lorem ipsum dolor sit amet.

#855beb Color CSS Codes

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

#855beb Text Font Color

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

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


#855beb Background Color

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

This div background color is #855beb


#855beb Border Color

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

This div border color is #855beb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #855beb


Comments

No comments written yet.

Please login to write comment.