Color Hex Logo

#855eac Color Hex

#855EAC
(133,94,172)
0 Favorites   0 Comments

Color spaces of #855eac

RGB 13394172
HSL0.750.320.52
HSV270°45°67°
CMYK 0.230.450.00   0.33
XYZ21.122015.970540.9991
Yxy15.97050.27050.2045
Hunter Lab39.963124.4085-32.8528
CIE-Lab46.935831.5807-35.9125

#855eac color RGB value is (133,94,172).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000101 01011110 10101100
Octal 205 136 254
Decimal 133 94 172
Hex 85 5E AC

RGB Percentages of Color #855eac

%33.33
%23.56
%43.11

CMYK Percentages of Color #855eac

%23
%45
%0
%33

Triadic Colors of #855eac

#855eac #ac855e #5eac85

Analogous Colors of #855eac

#855eac #ac5eac #5e5eac

Monochromatic Colors of #855eac

#855eac

Complementary Color

#855eac #85ac5e

#855eac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#855eac Color Preview on White Background

Lorem ipsum dolor sit amet.

#855eac Color CSS Codes

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

#855eac Text Font Color

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

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


#855eac Background Color

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

This div background color is #855eac


#855eac Border Color

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

This div border color is #855eac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #855eac


Comments

No comments written yet.

Please login to write comment.