Color Hex Logo

#855caa Color Hex

#855CAA
(133,92,170)
0 Favorites   0 Comments

Color spaces of #855caa

RGB 13392170
HSL0.750.310.51
HSV272°46°67°
CMYK 0.220.460.00   0.33
XYZ20.755715.543139.9364
Yxy15.54310.27230.2039
Hunter Lab39.424724.9805-32.4622
CIE-Lab46.369332.2616-35.6305

#855caa color RGB value is (133,92,170).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000101 01011100 10101010
Octal 205 134 252
Decimal 133 92 170
Hex 85 5C AA

RGB Percentages of Color #855caa

%33.67
%23.29
%43.04

CMYK Percentages of Color #855caa

%22
%46
%0
%33

Triadic Colors of #855caa

#855caa #aa855c #5caa85

Analogous Colors of #855caa

#855caa #aa5ca8 #5e5caa

Monochromatic Colors of #855caa

#855caa

Complementary Color

#855caa #81aa5c

#855caa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#855caa Color Preview on White Background

Lorem ipsum dolor sit amet.

#855caa Color CSS Codes

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

#855caa Text Font Color

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

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


#855caa Background Color

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

This div background color is #855caa


#855caa Border Color

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

This div border color is #855caa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #855caa


Comments

No comments written yet.

Please login to write comment.