Color Hex Logo

#8d3cdf Color Hex

#8D3CDF
(141,60,223)
0 Favorites   0 Comments

Color spaces of #8d3cdf

RGB 14160223
HSL0.750.720.55
HSV270°73°87°
CMYK 0.370.730.00   0.13
XYZ25.919614.222271.1911
Yxy14.22220.23280.1277
Hunter Lab37.712356.6861-85.5255
CIE-Lab44.549963.2490-69.1911

#8d3cdf color RGB value is (141,60,223).

#8d3cdf hex color red value is 141, green value is 60 and the blue value of its RGB is 223. Cylindrical-coordinate representations (also known as HSL) of color #8d3cdf hue: 0.75 , saturation: 0.72 and the lightness value of 8d3cdf is 0.55.

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

Base Numbers

BaseRedGreenBlue
Binary 10001101 00111100 11011111
Octal 215 74 337
Decimal 141 60 223
Hex 8D 3C DF

RGB Percentages of Color #8d3cdf

%33.25
%14.15
%52.59

CMYK Percentages of Color #8d3cdf

%37
%73
%0
%13

Triadic Colors of #8d3cdf

#8d3cdf #df8d3c #3cdf8d

Analogous Colors of #8d3cdf

#8d3cdf #df3cdf #3c3cdf

Monochromatic Colors of #8d3cdf

#8d3cdf

Complementary Color

#8d3cdf #8edf3c

#8d3cdf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8d3cdf Color Preview on White Background

Lorem ipsum dolor sit amet.

#8d3cdf Color CSS Codes

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

#8d3cdf Text Font Color

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

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


#8d3cdf Background Color

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

This div background color is #8d3cdf


#8d3cdf Border Color

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

This div border color is #8d3cdf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8d3cdf


Comments

No comments written yet.

Please login to write comment.