Color Hex Logo

#8d317c Color Hex

#8D317C
(141,49,124)
0 Favorites   0 Comments

Color spaces of #8d317c

RGB 14149124
HSL0.860.480.37
HSV311°65°55°
CMYK 0.000.650.12   0.45
XYZ15.72099.314620.0381
Yxy9.31460.34880.2067
Hunter Lab30.519838.5364-17.5636
CIE-Lab36.583147.8113-23.1011

#8d317c color RGB value is (141,49,124).

#8d317c hex color red value is 141, green value is 49 and the blue value of its RGB is 124. Cylindrical-coordinate representations (also known as HSL) of color #8d317c hue: 0.86 , saturation: 0.48 and the lightness value of 8d317c is 0.37.

The process color (four color CMYK) of #8d317c color hex is 0.00, 0.65, 0.12, 0.45. Web safe color of #8d317c is #993366. Color #8d317c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10001101 00110001 01111100
Octal 215 61 174
Decimal 141 49 124
Hex 8D 31 7C

RGB Percentages of Color #8d317c

%44.90
%15.61
%39.49

CMYK Percentages of Color #8d317c

%0
%65
%12
%45

Triadic Colors of #8d317c

#8d317c #7c8d31 #317c8d

Analogous Colors of #8d317c

#8d317c #8d314e #70318d

Monochromatic Colors of #8d317c

#8d317c

Complementary Color

#8d317c #318d42

#8d317c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8d317c Color Preview on White Background

Lorem ipsum dolor sit amet.

#8d317c Color CSS Codes

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

#8d317c Text Font Color

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

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


#8d317c Background Color

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

This div background color is #8d317c


#8d317c Border Color

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

This div border color is #8d317c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8d317c


Comments

No comments written yet.

Please login to write comment.