Color Hex Logo

#885bad Color Hex

#885BAD
(136,91,173)
0 Favorites   0 Comments

Color spaces of #885bad

RGB 13691173
HSL0.760.330.52
HSV273°47°68°
CMYK 0.210.470.00   0.32
XYZ21.437315.733541.4422
Yxy15.73350.27270.2001
Hunter Lab39.665527.0562-34.1799
CIE-Lab46.622934.4288-36.9704

#885bad color RGB value is (136,91,173).

#885bad hex color red value is 136, green value is 91 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #885bad hue: 0.76 , saturation: 0.33 and the lightness value of 885bad is 0.52.

The process color (four color CMYK) of #885bad color hex is 0.21, 0.47, 0.00, 0.32. Web safe color of #885bad is #996699. Color #885bad contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10001000 01011011 10101101
Octal 210 133 255
Decimal 136 91 173
Hex 88 5B AD

RGB Percentages of Color #885bad

%34.00
%22.75
%43.25

CMYK Percentages of Color #885bad

%21
%47
%0
%32

Triadic Colors of #885bad

#885bad #ad885b #5bad88

Analogous Colors of #885bad

#885bad #ad5ba9 #5f5bad

Monochromatic Colors of #885bad

#885bad

Complementary Color

#885bad #80ad5b

#885bad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#885bad Color Preview on White Background

Lorem ipsum dolor sit amet.

#885bad Color CSS Codes

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

#885bad Text Font Color

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

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


#885bad Background Color

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

This div background color is #885bad


#885bad Border Color

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

This div border color is #885bad


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(136,91,173, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #885bad; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #885bad;
  -webkit-box-shadow: 1px 1px 3px 2px #885bad;
  box-shadow:         1px 1px 3px 2px #885bad; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #885bad


Comments

No comments written yet.

Please login to write comment.