Color Hex Logo

#8d4eab Color Hex

#8D4EAB
(141,78,171)
0 Favorites   0 Comments

Color spaces of #8d4eab

RGB 14178171
HSL0.780.370.49
HSV281°54°67°
CMYK 0.180.540.00   0.33
XYZ21.059614.051840.1304
Yxy14.05180.27990.1868
Hunter Lab37.485734.6818-37.2330
CIE-Lab44.307142.6125-39.4173

#8d4eab color RGB value is (141,78,171).

#8d4eab hex color red value is 141, green value is 78 and the blue value of its RGB is 171. Cylindrical-coordinate representations (also known as HSL) of color #8d4eab hue: 0.78 , saturation: 0.37 and the lightness value of 8d4eab is 0.49.

The process color (four color CMYK) of #8d4eab color hex is 0.18, 0.54, 0.00, 0.33. Web safe color of #8d4eab is #996699. Color #8d4eab contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10001101 01001110 10101011
Octal 215 116 253
Decimal 141 78 171
Hex 8D 4E AB

RGB Percentages of Color #8d4eab

%36.15
%20.00
%43.85

CMYK Percentages of Color #8d4eab

%18
%54
%0
%33

Triadic Colors of #8d4eab

#8d4eab #ab8d4e #4eab8d

Analogous Colors of #8d4eab

#8d4eab #ab4e9b #5f4eab

Monochromatic Colors of #8d4eab

#8d4eab

Complementary Color

#8d4eab #6cab4e

#8d4eab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8d4eab Color Preview on White Background

Lorem ipsum dolor sit amet.

#8d4eab Color CSS Codes

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

#8d4eab Text Font Color

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

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


#8d4eab Background Color

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

This div background color is #8d4eab


#8d4eab Border Color

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

This div border color is #8d4eab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8d4eab


Comments

No comments written yet.

Please login to write comment.