Color Hex Logo

#8509bb Color Hex

#8509BB
(133,9,187)
0 Favorites   0 Comments

Color spaces of #8509bb

RGB 1339187
HSL0.780.910.38
HSV282°95°73°
CMYK 0.290.950.00   0.27
XYZ18.74028.769847.7187
Yxy8.76980.24910.1166
Hunter Lab29.613861.1339-74.8081
CIE-Lab35.537268.8716-63.0596

#8509bb color RGB value is (133,9,187).

#8509bb hex color red value is 133, green value is 9 and the blue value of its RGB is 187. Cylindrical-coordinate representations (also known as HSL) of color #8509bb hue: 0.78 , saturation: 0.91 and the lightness value of 8509bb is 0.38.

The process color (four color CMYK) of #8509bb color hex is 0.29, 0.95, 0.00, 0.27. Web safe color of #8509bb is #9900cc. Color #8509bb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000101 00001001 10111011
Octal 205 11 273
Decimal 133 9 187
Hex 85 9 BB

RGB Percentages of Color #8509bb

%40.43
%2.74
%56.84

CMYK Percentages of Color #8509bb

%29
%95
%0
%27

Triadic Colors of #8509bb

#8509bb #bb8509 #09bb85

Analogous Colors of #8509bb

#8509bb #bb0998 #2c09bb

Monochromatic Colors of #8509bb

#8509bb

Complementary Color

#8509bb #3fbb09

#8509bb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8509bb Color Preview on White Background

Lorem ipsum dolor sit amet.

#8509bb Color CSS Codes

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

#8509bb Text Font Color

<p style="color:#8509bb">Text here</p>

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


#8509bb Background Color

<div style="background-color:#8509bb">
Div content here</div>

This div background color is #8509bb


#8509bb Border Color

<div style="border:3px solid #8509bb">
Div here</div>

This div border color is #8509bb


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(133,9,187, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #8509bb; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #8509bb;
  -webkit-box-shadow: 1px 1px 3px 2px #8509bb;
  box-shadow:         1px 1px 3px 2px #8509bb; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(133,9,187, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8509bb


Comments

No comments written yet.

Please login to write comment.