Color Hex Logo

#855aeb Color Hex

#855AEB
(133,90,235)
0 Favorites   0 Comments

Color spaces of #855aeb

RGB 13390235
HSL0.720.780.64
HSV258°62°92°
CMYK 0.430.620.00   0.08
XYZ28.324418.297080.6361
Yxy18.29700.22260.1438
Hunter Lab42.775043.3415-81.8264
CIE-Lab49.854450.1175-67.4057

#855aeb color RGB value is (133,90,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000101 01011010 11101011
Octal 205 132 353
Decimal 133 90 235
Hex 85 5A EB

RGB Percentages of Color #855aeb

%29.04
%19.65
%51.31

CMYK Percentages of Color #855aeb

%43
%62
%0
%8

Triadic Colors of #855aeb

#855aeb #eb855a #5aeb85

Analogous Colors of #855aeb

#855aeb #ce5aeb #5a78eb

Monochromatic Colors of #855aeb

#855aeb

Complementary Color

#855aeb #c0eb5a

#855aeb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#855aeb Color Preview on White Background

Lorem ipsum dolor sit amet.

#855aeb Color CSS Codes

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

#855aeb Text Font Color

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

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


#855aeb Background Color

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

This div background color is #855aeb


#855aeb Border Color

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

This div border color is #855aeb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #855aeb


Comments

No comments written yet.

Please login to write comment.