Color Hex Logo

#855897 Color Hex

#855897
(133,88,151)
0 Favorites   0 Comments

Color spaces of #855897

RGB 13388151
HSL0.790.260.47
HSV283°42°59°
CMYK 0.120.420.00   0.41
XYZ18.748514.200431.0309
Yxy14.20040.29300.2220
Hunter Lab37.683422.8625-22.4447
CIE-Lab44.519030.2003-27.2728

#855897 color RGB value is (133,88,151).

#855897 hex color red value is 133, green value is 88 and the blue value of its RGB is 151. Cylindrical-coordinate representations (also known as HSL) of color #855897 hue: 0.79 , saturation: 0.26 and the lightness value of 855897 is 0.47.

The process color (four color CMYK) of #855897 color hex is 0.12, 0.42, 0.00, 0.41. Web safe color of #855897 is #996699. Color #855897 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000101 01011000 10010111
Octal 205 130 227
Decimal 133 88 151
Hex 85 58 97

RGB Percentages of Color #855897

%35.75
%23.66
%40.59

CMYK Percentages of Color #855897

%12
%42
%0
%41

Triadic Colors of #855897

#855897 #978558 #589785

Analogous Colors of #855897

#855897 #97588a #665897

Monochromatic Colors of #855897

#855897

Complementary Color

#855897 #6a9758

#855897 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#855897 Color Preview on White Background

Lorem ipsum dolor sit amet.

#855897 Color CSS Codes

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

#855897 Text Font Color

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

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


#855897 Background Color

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

This div background color is #855897


#855897 Border Color

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

This div border color is #855897


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(133,88,151, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #855897; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #855897;
  -webkit-box-shadow: 1px 1px 3px 2px #855897;
  box-shadow:         1px 1px 3px 2px #855897; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #855897


Comments

No comments written yet.

Please login to write comment.