Color Hex Logo

#8d4abe Color Hex

#8D4ABE
(141,74,190)
0 Favorites   0 Comments

Color spaces of #8d4abe

RGB 14174190
HSL0.760.470.52
HSV275°61°75°
CMYK 0.260.610.00   0.25
XYZ22.727514.278050.2733
Yxy14.27800.26040.1636
Hunter Lab37.786241.2375-52.4329
CIE-Lab44.629049.0105-50.0481

#8d4abe color RGB value is (141,74,190).

#8d4abe hex color red value is 141, green value is 74 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #8d4abe hue: 0.76 , saturation: 0.47 and the lightness value of 8d4abe is 0.52.

The process color (four color CMYK) of #8d4abe color hex is 0.26, 0.61, 0.00, 0.25. Web safe color of #8d4abe is #9933cc. Color #8d4abe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10001101 01001010 10111110
Octal 215 112 276
Decimal 141 74 190
Hex 8D 4A BE

RGB Percentages of Color #8d4abe

%34.81
%18.27
%46.91

CMYK Percentages of Color #8d4abe

%26
%61
%0
%25

Triadic Colors of #8d4abe

#8d4abe #be8d4a #4abe8d

Analogous Colors of #8d4abe

#8d4abe #be4ab5 #534abe

Monochromatic Colors of #8d4abe

#8d4abe

Complementary Color

#8d4abe #7bbe4a

#8d4abe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8d4abe Color Preview on White Background

Lorem ipsum dolor sit amet.

#8d4abe Color CSS Codes

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

#8d4abe Text Font Color

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

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


#8d4abe Background Color

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

This div background color is #8d4abe


#8d4abe Border Color

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

This div border color is #8d4abe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8d4abe


Comments

No comments written yet.

Please login to write comment.