Color Hex Logo

#855bea Color Hex

#855BEA
(133,91,234)
0 Favorites   0 Comments

Color spaces of #855bea

RGB 13391234
HSL0.720.770.64
HSV258°61°92°
CMYK 0.430.610.00   0.08
XYZ28.265218.409279.9055
Yxy18.40920.22330.1454
Hunter Lab42.905942.5053-80.3840
CIE-Lab49.988749.3056-66.6259

#855bea color RGB value is (133,91,234).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000101 01011011 11101010
Octal 205 133 352
Decimal 133 91 234
Hex 85 5B EA

RGB Percentages of Color #855bea

%29.04
%19.87
%51.09

CMYK Percentages of Color #855bea

%43
%61
%0
%8

Triadic Colors of #855bea

#855bea #ea855b #5bea85

Analogous Colors of #855bea

#855bea #cd5bea #5b79ea

Monochromatic Colors of #855bea

#855bea

Complementary Color

#855bea #c0ea5b

#855bea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#855bea Color Preview on White Background

Lorem ipsum dolor sit amet.

#855bea Color CSS Codes

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

#855bea Text Font Color

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

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


#855bea Background Color

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

This div background color is #855bea


#855bea Border Color

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

This div border color is #855bea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #855bea


Comments

No comments written yet.

Please login to write comment.