Color Hex Logo

#8d5add Color Hex

#8D5ADD
(141,90,221)
0 Favorites   0 Comments

Color spaces of #8d5add

RGB 14190221
HSL0.730.660.61
HSV263°59°87°
CMYK 0.360.590.00   0.13
XYZ27.691818.195570.4592
Yxy18.19550.23800.1564
Hunter Lab42.656241.2314-68.0755
CIE-Lab49.732448.1383-59.6589

#8d5add color RGB value is (141,90,221).

#8d5add hex color red value is 141, green value is 90 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #8d5add hue: 0.73 , saturation: 0.66 and the lightness value of 8d5add is 0.61.

The process color (four color CMYK) of #8d5add color hex is 0.36, 0.59, 0.00, 0.13. Web safe color of #8d5add is #9966cc. Color #8d5add contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10001101 01011010 11011101
Octal 215 132 335
Decimal 141 90 221
Hex 8D 5A DD

RGB Percentages of Color #8d5add

%31.19
%19.91
%48.89

CMYK Percentages of Color #8d5add

%36
%59
%0
%13

Triadic Colors of #8d5add

#8d5add #dd8d5a #5add8d

Analogous Colors of #8d5add

#8d5add #cf5add #5a69dd

Monochromatic Colors of #8d5add

#8d5add

Complementary Color

#8d5add #aadd5a

#8d5add Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8d5add Color Preview on White Background

Lorem ipsum dolor sit amet.

#8d5add Color CSS Codes

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

#8d5add Text Font Color

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

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


#8d5add Background Color

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

This div background color is #8d5add


#8d5add Border Color

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

This div border color is #8d5add


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(141,90,221, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8d5add


Comments

No comments written yet.

Please login to write comment.