Color Hex Logo

#8141ac Color Hex

#8141AC
(129,65,172)
0 Favorites   0 Comments

Color spaces of #8141ac

RGB 12965172
HSL0.770.450.46
HSV276°62°67°
CMYK 0.250.620.00   0.33
XYZ18.390011.426340.2660
Yxy11.42630.26240.1630
Hunter Lab33.802837.9558-46.9644
CIE-Lab40.289446.5641-46.5058

#8141ac color RGB value is (129,65,172).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000001 01000001 10101100
Octal 201 101 254
Decimal 129 65 172
Hex 81 41 AC

RGB Percentages of Color #8141ac

%35.25
%17.76
%46.99

CMYK Percentages of Color #8141ac

%25
%62
%0
%33

Triadic Colors of #8141ac

#8141ac #ac8141 #41ac81

Analogous Colors of #8141ac

#8141ac #ac41a2 #4c41ac

Monochromatic Colors of #8141ac

#8141ac

Complementary Color

#8141ac #6cac41

#8141ac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8141ac Color Preview on White Background

Lorem ipsum dolor sit amet.

#8141ac Color CSS Codes

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

#8141ac Text Font Color

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

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


#8141ac Background Color

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

This div background color is #8141ac


#8141ac Border Color

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

This div border color is #8141ac


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(129,65,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 #8141ac">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8141ac


Comments

No comments written yet.

Please login to write comment.