Color Hex Logo

#8c43aa Color Hex

#8C43AA
(140,67,170)
0 Favorites   0 Comments

Color spaces of #8c43aa

RGB 14067170
HSL0.780.430.46
HSV283°61°67°
CMYK 0.180.610.00   0.33
XYZ20.078112.492039.3832
Yxy12.49200.27900.1736
Hunter Lab35.344039.5496-41.3249
CIE-Lab41.987647.8351-42.5209

#8c43aa color RGB value is (140,67,170).

#8c43aa hex color red value is 140, green value is 67 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #8c43aa hue: 0.78 , saturation: 0.43 and the lightness value of 8c43aa is 0.46.

The process color (four color CMYK) of #8c43aa color hex is 0.18, 0.61, 0.00, 0.33. Web safe color of #8c43aa is #993399. Color #8c43aa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10001100 01000011 10101010
Octal 214 103 252
Decimal 140 67 170
Hex 8C 43 AA

RGB Percentages of Color #8c43aa

%37.14
%17.77
%45.09

CMYK Percentages of Color #8c43aa

%18
%61
%0
%33

Triadic Colors of #8c43aa

#8c43aa #aa8c43 #43aa8c

Analogous Colors of #8c43aa

#8c43aa #aa4395 #5943aa

Monochromatic Colors of #8c43aa

#8c43aa

Complementary Color

#8c43aa #61aa43

#8c43aa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8c43aa Color Preview on White Background

Lorem ipsum dolor sit amet.

#8c43aa Color CSS Codes

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

#8c43aa Text Font Color

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

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


#8c43aa Background Color

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

This div background color is #8c43aa


#8c43aa Border Color

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

This div border color is #8c43aa


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(140,67,170, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8c43aa


Comments

No comments written yet.

Please login to write comment.