Color Hex Logo

#8905bd Color Hex

#8905BD
(137,5,189)
0 Favorites   0 Comments

Color spaces of #8905bd

RGB 1375189
HSL0.790.950.38
HSV283°97°74°
CMYK 0.280.970.00   0.26
XYZ19.55619.101048.8701
Yxy9.10100.25220.1174
Hunter Lab30.167962.9176-74.9287
CIE-Lab36.178070.2731-63.1670

#8905bd color RGB value is (137,5,189).

#8905bd hex color red value is 137, green value is 5 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #8905bd hue: 0.79 , saturation: 0.95 and the lightness value of 8905bd is 0.38.

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

Base Numbers

BaseRedGreenBlue
Binary 10001001 00000101 10111101
Octal 211 5 275
Decimal 137 5 189
Hex 89 5 BD

RGB Percentages of Color #8905bd

%41.39
%1.51
%57.10

CMYK Percentages of Color #8905bd

%28
%97
%0
%26

Triadic Colors of #8905bd

#8905bd #bd8905 #05bd89

Analogous Colors of #8905bd

#8905bd #bd0595 #2d05bd

Monochromatic Colors of #8905bd

#8905bd

Complementary Color

#8905bd #39bd05

#8905bd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8905bd Color Preview on White Background

Lorem ipsum dolor sit amet.

#8905bd Color CSS Codes

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

#8905bd Text Font Color

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

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


#8905bd Background Color

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

This div background color is #8905bd


#8905bd Border Color

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

This div border color is #8905bd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8905bd


Comments

No comments written yet.

Please login to write comment.