Color Hex Logo

#855faa Color Hex

#855FAA
(133,95,170)
0 Favorites   0 Comments

Color spaces of #855faa

RGB 13395170
HSL0.750.310.52
HSV270°44°67°
CMYK 0.220.440.00   0.33
XYZ21.020816.073240.0247
Yxy16.07320.27260.2084
Hunter Lab40.091423.4315-31.1274
CIE-Lab47.070430.5160-34.5271

#855faa color RGB value is (133,95,170).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000101 01011111 10101010
Octal 205 137 252
Decimal 133 95 170
Hex 85 5F AA

RGB Percentages of Color #855faa

%33.42
%23.87
%42.71

CMYK Percentages of Color #855faa

%22
%44
%0
%33

Triadic Colors of #855faa

#855faa #aa855f #5faa85

Analogous Colors of #855faa

#855faa #aa5faa #605faa

Monochromatic Colors of #855faa

#855faa

Complementary Color

#855faa #84aa5f

#855faa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#855faa Color Preview on White Background

Lorem ipsum dolor sit amet.

#855faa Color CSS Codes

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

#855faa Text Font Color

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

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


#855faa Background Color

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

This div background color is #855faa


#855faa Border Color

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

This div border color is #855faa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #855faa


Comments

No comments written yet.

Please login to write comment.