Color Hex Logo

#855eaa Color Hex

#855EAA
(133,94,170)
0 Favorites   0 Comments

Color spaces of #855eaa

RGB 13394170
HSL0.750.310.52
HSV271°45°67°
CMYK 0.220.450.00   0.33
XYZ20.931315.894239.9949
Yxy15.89420.27250.2069
Hunter Lab39.867523.9481-31.5721
CIE-Lab46.835431.0992-34.8967

#855eaa color RGB value is (133,94,170).

#855eaa hex color red value is 133, green value is 94 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #855eaa hue: 0.75 , saturation: 0.31 and the lightness value of 855eaa is 0.52.

The process color (four color CMYK) of #855eaa color hex is 0.22, 0.45, 0.00, 0.33. Web safe color of #855eaa is #996699. Color #855eaa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000101 01011110 10101010
Octal 205 136 252
Decimal 133 94 170
Hex 85 5E AA

RGB Percentages of Color #855eaa

%33.50
%23.68
%42.82

CMYK Percentages of Color #855eaa

%22
%45
%0
%33

Triadic Colors of #855eaa

#855eaa #aa855e #5eaa85

Analogous Colors of #855eaa

#855eaa #aa5ea9 #5f5eaa

Monochromatic Colors of #855eaa

#855eaa

Complementary Color

#855eaa #83aa5e

#855eaa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#855eaa Color Preview on White Background

Lorem ipsum dolor sit amet.

#855eaa Color CSS Codes

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

#855eaa Text Font Color

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

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


#855eaa Background Color

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

This div background color is #855eaa


#855eaa Border Color

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

This div border color is #855eaa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #855eaa


Comments

No comments written yet.

Please login to write comment.