Color Hex Logo

#885cbd Color Hex

#885CBD
(136,92,189)
0 Favorites   0 Comments

Color spaces of #885cbd

RGB 13692189
HSL0.740.420.55
HSV267°51°74°
CMYK 0.280.510.00   0.26
XYZ23.165816.562750.1201
Yxy16.56270.25780.1843
Hunter Lab40.697330.3859-44.5295
CIE-Lab47.704237.7374-44.5888

#885cbd color RGB value is (136,92,189).

#885cbd hex color red value is 136, green value is 92 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #885cbd hue: 0.74 , saturation: 0.42 and the lightness value of 885cbd is 0.55.

The process color (four color CMYK) of #885cbd color hex is 0.28, 0.51, 0.00, 0.26. Web safe color of #885cbd is #9966cc. Color #885cbd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10001000 01011100 10111101
Octal 210 134 275
Decimal 136 92 189
Hex 88 5C BD

RGB Percentages of Color #885cbd

%32.61
%22.06
%45.32

CMYK Percentages of Color #885cbd

%28
%51
%0
%26

Triadic Colors of #885cbd

#885cbd #bd885c #5cbd88

Analogous Colors of #885cbd

#885cbd #b95cbd #5c60bd

Monochromatic Colors of #885cbd

#885cbd

Complementary Color

#885cbd #91bd5c

#885cbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#885cbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#885cbd Color CSS Codes

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

#885cbd Text Font Color

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

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


#885cbd Background Color

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

This div background color is #885cbd


#885cbd Border Color

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

This div border color is #885cbd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #885cbd


Comments

No comments written yet.

Please login to write comment.