Color Hex Logo

#8537bd Color Hex

#8537BD
(133,55,189)
0 Favorites   0 Comments

Color spaces of #8537bd

RGB 13355189
HSL0.760.550.48
HSV275°71°74°
CMYK 0.300.710.00   0.26
XYZ20.224411.393049.2772
Yxy11.39300.25000.1408
Hunter Lab33.753547.8848-62.9308
CIE-Lab40.234756.1125-56.5968

#8537bd color RGB value is (133,55,189).

#8537bd hex color red value is 133, green value is 55 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #8537bd hue: 0.76 , saturation: 0.55 and the lightness value of 8537bd is 0.48.

The process color (four color CMYK) of #8537bd color hex is 0.30, 0.71, 0.00, 0.26. Web safe color of #8537bd is #9933cc. Color #8537bd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000101 00110111 10111101
Octal 205 67 275
Decimal 133 55 189
Hex 85 37 BD

RGB Percentages of Color #8537bd

%35.28
%14.59
%50.13

CMYK Percentages of Color #8537bd

%30
%71
%0
%26

Triadic Colors of #8537bd

#8537bd #bd8537 #37bd85

Analogous Colors of #8537bd

#8537bd #bd37b2 #4237bd

Monochromatic Colors of #8537bd

#8537bd

Complementary Color

#8537bd #6fbd37

#8537bd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8537bd Color Preview on White Background

Lorem ipsum dolor sit amet.

#8537bd Color CSS Codes

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

#8537bd Text Font Color

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

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


#8537bd Background Color

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

This div background color is #8537bd


#8537bd Border Color

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

This div border color is #8537bd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8537bd


Comments

No comments written yet.

Please login to write comment.