Color Hex Logo

#855aaa Color Hex

#855AAA
(133,90,170)
0 Favorites   0 Comments

Color spaces of #855aaa

RGB 13390170
HSL0.760.320.51
HSV272°47°67°
CMYK 0.220.470.00   0.33
XYZ20.584715.201239.8794
Yxy15.20120.27200.2009
Hunter Lab38.988726.0116-33.3524
CIE-Lab45.908533.4183-36.3567

#855aaa color RGB value is (133,90,170).

#855aaa hex color red value is 133, green value is 90 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #855aaa hue: 0.76 , saturation: 0.32 and the lightness value of 855aaa is 0.51.

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

Base Numbers

BaseRedGreenBlue
Binary 10000101 01011010 10101010
Octal 205 132 252
Decimal 133 90 170
Hex 85 5A AA

RGB Percentages of Color #855aaa

%33.84
%22.90
%43.26

CMYK Percentages of Color #855aaa

%22
%47
%0
%33

Triadic Colors of #855aaa

#855aaa #aa855a #5aaa85

Analogous Colors of #855aaa

#855aaa #aa5aa7 #5d5aaa

Monochromatic Colors of #855aaa

#855aaa

Complementary Color

#855aaa #7faa5a

#855aaa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#855aaa Color Preview on White Background

Lorem ipsum dolor sit amet.

#855aaa Color CSS Codes

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

#855aaa Text Font Color

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

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


#855aaa Background Color

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

This div background color is #855aaa


#855aaa Border Color

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

This div border color is #855aaa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #855aaa


Comments

No comments written yet.

Please login to write comment.