Color Hex Logo

#8d13cc Color Hex

#8D13CC
(141,19,204)
0 Favorites   0 Comments

Color spaces of #8d13cc

RGB 14119204
HSL0.780.830.44
HSV280°91°80°
CMYK 0.310.910.00   0.20
XYZ22.116510.488157.9855
Yxy10.48810.24410.1158
Hunter Lab32.385365.2264-83.4882
CIE-Lab38.704671.7405-67.7943

#8d13cc color RGB value is (141,19,204).

#8d13cc hex color red value is 141, green value is 19 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #8d13cc hue: 0.78 , saturation: 0.83 and the lightness value of 8d13cc is 0.44.

The process color (four color CMYK) of #8d13cc color hex is 0.31, 0.91, 0.00, 0.20. Web safe color of #8d13cc is #9900cc. Color #8d13cc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10001101 00010011 11001100
Octal 215 23 314
Decimal 141 19 204
Hex 8D 13 CC

RGB Percentages of Color #8d13cc

%38.74
%5.22
%56.04

CMYK Percentages of Color #8d13cc

%31
%91
%0
%20

Triadic Colors of #8d13cc

#8d13cc #cc8d13 #13cc8d

Analogous Colors of #8d13cc

#8d13cc #cc13af #3013cc

Monochromatic Colors of #8d13cc

#8d13cc

Complementary Color

#8d13cc #52cc13

#8d13cc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8d13cc Color Preview on White Background

Lorem ipsum dolor sit amet.

#8d13cc Color CSS Codes

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

#8d13cc Text Font Color

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

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


#8d13cc Background Color

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

This div background color is #8d13cc


#8d13cc Border Color

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

This div border color is #8d13cc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8d13cc


Comments

No comments written yet.

Please login to write comment.