Color Hex Logo

#8943ac Color Hex

#8943AC
(137,67,172)
0 Favorites   0 Comments

Color spaces of #8943ac

RGB 13767172
HSL0.780.440.47
HSV280°61°67°
CMYK 0.200.610.00   0.33
XYZ19.770112.311240.3640
Yxy12.31120.27290.1699
Hunter Lab35.087339.1738-43.6453
CIE-Lab41.706547.5163-44.1789

#8943ac color RGB value is (137,67,172).

#8943ac hex color red value is 137, green value is 67 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #8943ac hue: 0.78 , saturation: 0.44 and the lightness value of 8943ac is 0.47.

The process color (four color CMYK) of #8943ac color hex is 0.20, 0.61, 0.00, 0.33. Web safe color of #8943ac is #993399. Color #8943ac contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10001001 01000011 10101100
Octal 211 103 254
Decimal 137 67 172
Hex 89 43 AC

RGB Percentages of Color #8943ac

%36.44
%17.82
%45.74

CMYK Percentages of Color #8943ac

%20
%61
%0
%33

Triadic Colors of #8943ac

#8943ac #ac8943 #43ac89

Analogous Colors of #8943ac

#8943ac #ac439b #5443ac

Monochromatic Colors of #8943ac

#8943ac

Complementary Color

#8943ac #66ac43

#8943ac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8943ac Color Preview on White Background

Lorem ipsum dolor sit amet.

#8943ac Color CSS Codes

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

#8943ac Text Font Color

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

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


#8943ac Background Color

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

This div background color is #8943ac


#8943ac Border Color

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

This div border color is #8943ac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8943ac


Comments

No comments written yet.

Please login to write comment.