Color Hex Logo

#8140ac Color Hex

#8140AC
(129,64,172)
0 Favorites   0 Comments

Color spaces of #8140ac

RGB 12964172
HSL0.770.460.46
HSV276°63°67°
CMYK 0.250.630.00   0.33
XYZ18.333111.312540.2470
Yxy11.31250.26230.1619
Hunter Lab33.634138.4364-47.4034
CIE-Lab40.101947.0737-46.8065

#8140ac color RGB value is (129,64,172).

#8140ac hex color red value is 129, green value is 64 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #8140ac hue: 0.77 , saturation: 0.46 and the lightness value of 8140ac is 0.46.

The process color (four color CMYK) of #8140ac color hex is 0.25, 0.63, 0.00, 0.33. Web safe color of #8140ac is #993399. Color #8140ac contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000001 01000000 10101100
Octal 201 100 254
Decimal 129 64 172
Hex 81 40 AC

RGB Percentages of Color #8140ac

%35.34
%17.53
%47.12

CMYK Percentages of Color #8140ac

%25
%63
%0
%33

Triadic Colors of #8140ac

#8140ac #ac8140 #40ac81

Analogous Colors of #8140ac

#8140ac #ac40a1 #4b40ac

Monochromatic Colors of #8140ac

#8140ac

Complementary Color

#8140ac #6bac40

#8140ac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8140ac Color Preview on White Background

Lorem ipsum dolor sit amet.

#8140ac Color CSS Codes

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

#8140ac Text Font Color

<p style="color:#8140ac">Text here</p>

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


#8140ac Background Color

<div style="background-color:#8140ac">
Div content here</div>

This div background color is #8140ac


#8140ac Border Color

<div style="border:3px solid #8140ac">
Div here</div>

This div border color is #8140ac


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(129,64,172, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #8140ac; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #8140ac;
  -webkit-box-shadow: 1px 1px 3px 2px #8140ac;
  box-shadow:         1px 1px 3px 2px #8140ac; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(129,64,172, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8140ac


Comments

No comments written yet.

Please login to write comment.