Color Hex Logo

#8551bd Color Hex

#8551BD
(133,81,189)
0 Favorites   0 Comments

Color spaces of #8551bd

RGB 13381189
HSL0.750.450.53
HSV269°57°74°
CMYK 0.300.570.00   0.26
XYZ21.800614.545549.8027
Yxy14.54550.25310.1688
Hunter Lab38.138635.2909-50.7260
CIE-Lab45.005343.1109-48.9155

#8551bd color RGB value is (133,81,189).

#8551bd hex color red value is 133, green value is 81 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #8551bd hue: 0.75 , saturation: 0.45 and the lightness value of 8551bd is 0.53.

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

Base Numbers

BaseRedGreenBlue
Binary 10000101 01010001 10111101
Octal 205 121 275
Decimal 133 81 189
Hex 85 51 BD

RGB Percentages of Color #8551bd

%33.00
%20.10
%46.90

CMYK Percentages of Color #8551bd

%30
%57
%0
%26

Triadic Colors of #8551bd

#8551bd #bd8551 #51bd85

Analogous Colors of #8551bd

#8551bd #bb51bd #5153bd

Monochromatic Colors of #8551bd

#8551bd

Complementary Color

#8551bd #89bd51

#8551bd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8551bd Color Preview on White Background

Lorem ipsum dolor sit amet.

#8551bd Color CSS Codes

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

#8551bd Text Font Color

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

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


#8551bd Background Color

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

This div background color is #8551bd


#8551bd Border Color

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

This div border color is #8551bd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8551bd

#8551bd Color Palettes


Comments

No comments written yet.

Please login to write comment.