Color Hex Logo

#8d478a Color Hex

#8D478A
(141,71,138)
0 Favorites   0 Comments

Color spaces of #8d478a

RGB 14171138
HSL0.840.330.42
HSV303°50°55°
CMYK 0.000.500.02   0.45
XYZ17.825212.004225.4223
Yxy12.00420.32260.2173
Hunter Lab34.647131.2021-19.2511
CIE-Lab41.222839.5494-24.4939

#8d478a color RGB value is (141,71,138).

#8d478a hex color red value is 141, green value is 71 and the blue value of its RGB is 138. Cylindrical-coordinate representations (also known as HSL) of color #8d478a hue: 0.84 , saturation: 0.33 and the lightness value of 8d478a is 0.42.

The process color (four color CMYK) of #8d478a color hex is 0.00, 0.50, 0.02, 0.45. Web safe color of #8d478a is #993399. Color #8d478a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10001101 01000111 10001010
Octal 215 107 212
Decimal 141 71 138
Hex 8D 47 8A

RGB Percentages of Color #8d478a

%40.29
%20.29
%39.43

CMYK Percentages of Color #8d478a

%0
%50
%2
%45

Triadic Colors of #8d478a

#8d478a #8a8d47 #478a8d

Analogous Colors of #8d478a

#8d478a #8d4767 #6d478d

Monochromatic Colors of #8d478a

#8d478a

Complementary Color

#8d478a #478d4a

#8d478a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8d478a Color Preview on White Background

Lorem ipsum dolor sit amet.

#8d478a Color CSS Codes

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

#8d478a Text Font Color

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

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


#8d478a Background Color

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

This div background color is #8d478a


#8d478a Border Color

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

This div border color is #8d478a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8d478a


Comments

No comments written yet.

Please login to write comment.