Color Hex Logo

#8d2add Color Hex

#8D2ADD
(141,42,221)
0 Favorites   0 Comments

Color spaces of #8d2add

RGB 14142221
HSL0.760.720.52
HSV273°81°87°
CMYK 0.360.810.00   0.13
XYZ24.863612.539169.5164
Yxy12.53910.23250.1173
Hunter Lab35.410663.3655-91.6079
CIE-Lab42.060469.5151-72.1114

#8d2add color RGB value is (141,42,221).

#8d2add hex color red value is 141, green value is 42 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #8d2add hue: 0.76 , saturation: 0.72 and the lightness value of 8d2add is 0.52.

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

Base Numbers

BaseRedGreenBlue
Binary 10001101 00101010 11011101
Octal 215 52 335
Decimal 141 42 221
Hex 8D 2A DD

RGB Percentages of Color #8d2add

%34.90
%10.40
%54.70

CMYK Percentages of Color #8d2add

%36
%81
%0
%13

Triadic Colors of #8d2add

#8d2add #dd8d2a #2add8d

Analogous Colors of #8d2add

#8d2add #dd2ad4 #342add

Monochromatic Colors of #8d2add

#8d2add

Complementary Color

#8d2add #7add2a

#8d2add Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8d2add Color Preview on White Background

Lorem ipsum dolor sit amet.

#8d2add Color CSS Codes

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

#8d2add Text Font Color

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

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


#8d2add Background Color

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

This div background color is #8d2add


#8d2add Border Color

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

This div border color is #8d2add


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8d2add


Comments

No comments written yet.

Please login to write comment.