Color Hex Logo

#885897 Color Hex

#885897
(136,88,151)
0 Favorites   0 Comments

Color spaces of #885897

RGB 13688151
HSL0.790.260.47
HSV286°42°59°
CMYK 0.100.420.00   0.41
XYZ19.229014.448131.0534
Yxy14.44810.29710.2232
Hunter Lab38.010723.7817-21.8304
CIE-Lab44.868831.1578-26.7014

#885897 color RGB value is (136,88,151).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10001000 01011000 10010111
Octal 210 130 227
Decimal 136 88 151
Hex 88 58 97

RGB Percentages of Color #885897

%36.27
%23.47
%40.27

CMYK Percentages of Color #885897

%10
%42
%0
%41

Triadic Colors of #885897

#885897 #978858 #589788

Analogous Colors of #885897

#885897 #975887 #695897

Monochromatic Colors of #885897

#885897

Complementary Color

#885897 #679758

#885897 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#885897 Color Preview on White Background

Lorem ipsum dolor sit amet.

#885897 Color CSS Codes

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

#885897 Text Font Color

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

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


#885897 Background Color

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

This div background color is #885897


#885897 Border Color

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

This div border color is #885897


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #885897


Comments

No comments written yet.

Please login to write comment.