Color Hex Logo

#8929ad Color Hex

#8929AD
(137,41,173)
0 Favorites   0 Comments

Color spaces of #8929ad

RGB 13741173
HSL0.790.620.42
HSV284°76°68°
CMYK 0.210.760.00   0.32
XYZ18.65239.921440.4671
Yxy9.92140.27020.1437
Hunter Lab31.498350.5803-54.1235
CIE-Lab37.701059.0894-51.2072

#8929ad color RGB value is (137,41,173).

#8929ad hex color red value is 137, green value is 41 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #8929ad hue: 0.79 , saturation: 0.62 and the lightness value of 8929ad is 0.42.

The process color (four color CMYK) of #8929ad color hex is 0.21, 0.76, 0.00, 0.32. Web safe color of #8929ad is #993399. Color #8929ad contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10001001 00101001 10101101
Octal 211 51 255
Decimal 137 41 173
Hex 89 29 AD

RGB Percentages of Color #8929ad

%39.03
%11.68
%49.29

CMYK Percentages of Color #8929ad

%21
%76
%0
%32

Triadic Colors of #8929ad

#8929ad #ad8929 #29ad89

Analogous Colors of #8929ad

#8929ad #ad298f #4729ad

Monochromatic Colors of #8929ad

#8929ad

Complementary Color

#8929ad #4dad29

#8929ad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8929ad Color Preview on White Background

Lorem ipsum dolor sit amet.

#8929ad Color CSS Codes

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

#8929ad Text Font Color

<p style="color:#8929ad">Text here</p>

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


#8929ad Background Color

<div style="background-color:#8929ad">
Div content here</div>

This div background color is #8929ad


#8929ad Border Color

<div style="border:3px solid #8929ad">
Div here</div>

This div border color is #8929ad


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(137,41,173, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #8929ad; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #8929ad;
  -webkit-box-shadow: 1px 1px 3px 2px #8929ad;
  box-shadow:         1px 1px 3px 2px #8929ad; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(137,41,173, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8929ad


Comments

No comments written yet.

Please login to write comment.