Color Hex Logo

#855bac Color Hex

#855BAC
(133,91,172)
0 Favorites   0 Comments

Color spaces of #855bac

RGB 13391172
HSL0.750.330.52
HSV271°47°67°
CMYK 0.230.470.00   0.33
XYZ20.860315.447340.9119
Yxy15.44730.27010.2000
Hunter Lab39.303125.9595-34.2049
CIE-Lab46.240933.3200-37.0082

#855bac color RGB value is (133,91,172).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000101 01011011 10101100
Octal 205 133 254
Decimal 133 91 172
Hex 85 5B AC

RGB Percentages of Color #855bac

%33.59
%22.98
%43.43

CMYK Percentages of Color #855bac

%23
%47
%0
%33

Triadic Colors of #855bac

#855bac #ac855b #5bac85

Analogous Colors of #855bac

#855bac #ac5bab #5d5bac

Monochromatic Colors of #855bac

#855bac

Complementary Color

#855bac #82ac5b

#855bac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#855bac Color Preview on White Background

Lorem ipsum dolor sit amet.

#855bac Color CSS Codes

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

#855bac Text Font Color

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

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


#855bac Background Color

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

This div background color is #855bac


#855bac Border Color

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

This div border color is #855bac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #855bac


Comments

No comments written yet.

Please login to write comment.