Color Hex Logo

#8859bd Color Hex

#8859BD
(136,89,189)
0 Favorites   0 Comments

Color spaces of #8859bd

RGB 13689189
HSL0.750.430.55
HSV268°53°74°
CMYK 0.280.530.00   0.26
XYZ22.911016.053150.0351
Yxy16.05310.25740.1804
Hunter Lab40.066331.9550-45.9953
CIE-Lab47.044139.4337-45.6397

#8859bd color RGB value is (136,89,189).

#8859bd hex color red value is 136, green value is 89 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #8859bd hue: 0.75 , saturation: 0.43 and the lightness value of 8859bd is 0.55.

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

Base Numbers

BaseRedGreenBlue
Binary 10001000 01011001 10111101
Octal 210 131 275
Decimal 136 89 189
Hex 88 59 BD

RGB Percentages of Color #8859bd

%32.85
%21.50
%45.65

CMYK Percentages of Color #8859bd

%28
%53
%0
%26

Triadic Colors of #8859bd

#8859bd #bd8859 #59bd88

Analogous Colors of #8859bd

#8859bd #ba59bd #595cbd

Monochromatic Colors of #8859bd

#8859bd

Complementary Color

#8859bd #8ebd59

#8859bd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8859bd Color Preview on White Background

Lorem ipsum dolor sit amet.

#8859bd Color CSS Codes

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

#8859bd Text Font Color

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

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


#8859bd Background Color

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

This div background color is #8859bd


#8859bd Border Color

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

This div border color is #8859bd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8859bd


Comments

No comments written yet.

Please login to write comment.