Color Hex Logo

#8c4eab Color Hex

#8C4EAB
(140,78,171)
0 Favorites   0 Comments

Color spaces of #8c4eab

RGB 14078171
HSL0.780.370.49
HSV280°54°67°
CMYK 0.180.540.00   0.33
XYZ20.890313.964540.1225
Yxy13.96450.27860.1862
Hunter Lab37.369134.3902-37.5002
CIE-Lab44.182042.3390-39.6237

#8c4eab color RGB value is (140,78,171).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10001100 01001110 10101011
Octal 214 116 253
Decimal 140 78 171
Hex 8C 4E AB

RGB Percentages of Color #8c4eab

%35.99
%20.05
%43.96

CMYK Percentages of Color #8c4eab

%18
%54
%0
%33

Triadic Colors of #8c4eab

#8c4eab #ab8c4e #4eab8c

Analogous Colors of #8c4eab

#8c4eab #ab4e9c #5e4eab

Monochromatic Colors of #8c4eab

#8c4eab

Complementary Color

#8c4eab #6dab4e

#8c4eab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8c4eab Color Preview on White Background

Lorem ipsum dolor sit amet.

#8c4eab Color CSS Codes

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

#8c4eab Text Font Color

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

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


#8c4eab Background Color

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

This div background color is #8c4eab


#8c4eab Border Color

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

This div border color is #8c4eab


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(140,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 #8c4eab">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8c4eab


Comments

No comments written yet.

Please login to write comment.