Color Hex Logo

#8934ad Color Hex

#8934AD
(137,52,173)
0 Favorites   0 Comments

Color spaces of #8934ad

RGB 13752173
HSL0.780.540.44
HSV282°70°68°
CMYK 0.210.700.00   0.32
XYZ19.087310.791540.6121
Yxy10.79150.27080.1531
Hunter Lab32.850446.2268-50.3034
CIE-Lab39.227154.7530-48.7475

#8934ad color RGB value is (137,52,173).

#8934ad hex color red value is 137, green value is 52 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #8934ad hue: 0.78 , saturation: 0.54 and the lightness value of 8934ad is 0.44.

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

Base Numbers

BaseRedGreenBlue
Binary 10001001 00110100 10101101
Octal 211 64 255
Decimal 137 52 173
Hex 89 34 AD

RGB Percentages of Color #8934ad

%37.85
%14.36
%47.79

CMYK Percentages of Color #8934ad

%21
%70
%0
%32

Triadic Colors of #8934ad

#8934ad #ad8934 #34ad89

Analogous Colors of #8934ad

#8934ad #ad3495 #4d34ad

Monochromatic Colors of #8934ad

#8934ad

Complementary Color

#8934ad #58ad34

#8934ad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8934ad Color Preview on White Background

Lorem ipsum dolor sit amet.

#8934ad Color CSS Codes

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

#8934ad Text Font Color

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

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


#8934ad Background Color

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

This div background color is #8934ad


#8934ad Border Color

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

This div border color is #8934ad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8934ad


Comments

No comments written yet.

Please login to write comment.