Color Hex Logo

#855bab Color Hex

#855BAB
(133,91,171)
0 Favorites   0 Comments

Color spaces of #855bab

RGB 13391171
HSL0.750.320.51
HSV272°47°67°
CMYK 0.220.470.00   0.33
XYZ20.764615.409040.4079
Yxy15.40900.27110.2012
Hunter Lab39.254325.7273-33.5544
CIE-Lab46.189433.0800-36.5019

#855bab color RGB value is (133,91,171).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000101 01011011 10101011
Octal 205 133 253
Decimal 133 91 171
Hex 85 5B AB

RGB Percentages of Color #855bab

%33.67
%23.04
%43.29

CMYK Percentages of Color #855bab

%22
%47
%0
%33

Triadic Colors of #855bab

#855bab #ab855b #5bab85

Analogous Colors of #855bab

#855bab #ab5ba9 #5d5bab

Monochromatic Colors of #855bab

#855bab

Complementary Color

#855bab #81ab5b

#855bab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#855bab Color Preview on White Background

Lorem ipsum dolor sit amet.

#855bab Color CSS Codes

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

#855bab Text Font Color

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

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


#855bab Background Color

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

This div background color is #855bab


#855bab Border Color

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

This div border color is #855bab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #855bab


Comments

No comments written yet.

Please login to write comment.