Color Hex Logo

#8d2d9c Color Hex

#8D2D9C
(141,45,156)
0 Favorites   0 Comments

Color spaces of #8d2d9c

RGB 14145156
HSL0.810.550.39
HSV292°71°61°
CMYK 0.100.710.00   0.39
XYZ17.92369.939832.4264
Yxy9.93980.29730.1649
Hunter Lab31.527446.3056-38.9113
CIE-Lab37.734255.1122-40.9148

#8d2d9c color RGB value is (141,45,156).

#8d2d9c hex color red value is 141, green value is 45 and the blue value of its RGB is 156. Cylindrical-coordinate representations (also known as HSL) of color #8d2d9c hue: 0.81 , saturation: 0.55 and the lightness value of 8d2d9c is 0.39.

The process color (four color CMYK) of #8d2d9c color hex is 0.10, 0.71, 0.00, 0.39. Web safe color of #8d2d9c is #993399. Color #8d2d9c contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10001101 00101101 10011100
Octal 215 55 234
Decimal 141 45 156
Hex 8D 2D 9C

RGB Percentages of Color #8d2d9c

%41.23
%13.16
%45.61

CMYK Percentages of Color #8d2d9c

%10
%71
%0
%39

Triadic Colors of #8d2d9c

#8d2d9c #9c8d2d #2d9c8d

Analogous Colors of #8d2d9c

#8d2d9c #9c2d74 #562d9c

Monochromatic Colors of #8d2d9c

#8d2d9c

Complementary Color

#8d2d9c #3c9c2d

#8d2d9c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8d2d9c Color Preview on White Background

Lorem ipsum dolor sit amet.

#8d2d9c Color CSS Codes

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

#8d2d9c Text Font Color

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

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


#8d2d9c Background Color

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

This div background color is #8d2d9c


#8d2d9c Border Color

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

This div border color is #8d2d9c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8d2d9c


Comments

No comments written yet.

Please login to write comment.