Color Hex Logo

#8959bd Color Hex

#8959BD
(137,89,189)
0 Favorites   0 Comments

Color spaces of #8959bd

RGB 13789189
HSL0.750.430.55
HSV269°53°74°
CMYK 0.280.530.00   0.26
XYZ23.074216.137250.0428
Yxy16.13720.25850.1808
Hunter Lab40.171132.2305-45.7401
CIE-Lab47.154039.6971-45.4581

#8959bd color RGB value is (137,89,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10001001 01011001 10111101
Octal 211 131 275
Decimal 137 89 189
Hex 89 59 BD

RGB Percentages of Color #8959bd

%33.01
%21.45
%45.54

CMYK Percentages of Color #8959bd

%28
%53
%0
%26

Triadic Colors of #8959bd

#8959bd #bd8959 #59bd89

Analogous Colors of #8959bd

#8959bd #bb59bd #595bbd

Monochromatic Colors of #8959bd

#8959bd

Complementary Color

#8959bd #8dbd59

#8959bd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8959bd Color Preview on White Background

Lorem ipsum dolor sit amet.

#8959bd Color CSS Codes

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

#8959bd Text Font Color

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

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


#8959bd Background Color

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

This div background color is #8959bd


#8959bd Border Color

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

This div border color is #8959bd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8959bd


Comments

No comments written yet.

Please login to write comment.