Color Hex Logo

#8d57bd Color Hex

#8D57BD
(141,87,189)
0 Favorites   0 Comments

Color spaces of #8d57bd

RGB 14187189
HSL0.750.440.54
HSV272°54°74°
CMYK 0.250.540.00   0.26
XYZ23.578016.153250.0193
Yxy16.15320.26270.1800
Hunter Lab40.191034.3824-45.6550
CIE-Lab47.174841.8609-45.3980

#8d57bd color RGB value is (141,87,189).

#8d57bd hex color red value is 141, green value is 87 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #8d57bd hue: 0.75 , saturation: 0.44 and the lightness value of 8d57bd is 0.54.

The process color (four color CMYK) of #8d57bd color hex is 0.25, 0.54, 0.00, 0.26. Web safe color of #8d57bd is #9966cc. Color #8d57bd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10001101 01010111 10111101
Octal 215 127 275
Decimal 141 87 189
Hex 8D 57 BD

RGB Percentages of Color #8d57bd

%33.81
%20.86
%45.32

CMYK Percentages of Color #8d57bd

%25
%54
%0
%26

Triadic Colors of #8d57bd

#8d57bd #bd8d57 #57bd8d

Analogous Colors of #8d57bd

#8d57bd #bd57ba #5a57bd

Monochromatic Colors of #8d57bd

#8d57bd

Complementary Color

#8d57bd #87bd57

#8d57bd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8d57bd Color Preview on White Background

Lorem ipsum dolor sit amet.

#8d57bd Color CSS Codes

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

#8d57bd Text Font Color

<p style="color:#8d57bd">Text here</p>

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


#8d57bd Background Color

<div style="background-color:#8d57bd">
Div content here</div>

This div background color is #8d57bd


#8d57bd Border Color

<div style="border:3px solid #8d57bd">
Div here</div>

This div border color is #8d57bd


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(141,87,189, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #8d57bd; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #8d57bd;
  -webkit-box-shadow: 1px 1px 3px 2px #8d57bd;
  box-shadow:         1px 1px 3px 2px #8d57bd; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(141,87,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 #8d57bd">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8d57bd


Comments

No comments written yet.

Please login to write comment.