Color Hex Logo

#8d1cdd Color Hex

#8D1CDD
(141,28,221)
0 Favorites   0 Comments

Color spaces of #8d1cdd

RGB 14128221
HSL0.760.780.49
HSV275°87°87°
CMYK 0.360.870.00   0.13
XYZ24.450911.713769.3789
Yxy11.71370.23170.1110
Hunter Lab34.225367.6280-96.2305
CIE-Lab40.757473.3523-74.2443

#8d1cdd color RGB value is (141,28,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10001101 00011100 11011101
Octal 215 34 335
Decimal 141 28 221
Hex 8D 1C DD

RGB Percentages of Color #8d1cdd

%36.15
%7.18
%56.67

CMYK Percentages of Color #8d1cdd

%36
%87
%0
%13

Triadic Colors of #8d1cdd

#8d1cdd #dd8d1c #1cdd8d

Analogous Colors of #8d1cdd

#8d1cdd #dd1ccd #2c1cdd

Monochromatic Colors of #8d1cdd

#8d1cdd

Complementary Color

#8d1cdd #6cdd1c

#8d1cdd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8d1cdd Color Preview on White Background

Lorem ipsum dolor sit amet.

#8d1cdd Color CSS Codes

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

#8d1cdd Text Font Color

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

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


#8d1cdd Background Color

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

This div background color is #8d1cdd


#8d1cdd Border Color

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

This div border color is #8d1cdd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8d1cdd


Comments

No comments written yet.

Please login to write comment.