Color Hex Logo

#8134ad Color Hex

#8134AD
(129,52,173)
0 Favorites   0 Comments

Color spaces of #8134ad

RGB 12952173
HSL0.770.540.44
HSV278°70°68°
CMYK 0.250.700.00   0.32
XYZ17.824110.140240.5530
Yxy10.14020.26010.1480
Hunter Lab31.843744.1867-53.2154
CIE-Lab38.092953.0345-50.6331

#8134ad color RGB value is (129,52,173).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000001 00110100 10101101
Octal 201 64 255
Decimal 129 52 173
Hex 81 34 AD

RGB Percentages of Color #8134ad

%36.44
%14.69
%48.87

CMYK Percentages of Color #8134ad

%25
%70
%0
%32

Triadic Colors of #8134ad

#8134ad #ad8134 #34ad81

Analogous Colors of #8134ad

#8134ad #ad349d #4534ad

Monochromatic Colors of #8134ad

#8134ad

Complementary Color

#8134ad #60ad34

#8134ad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8134ad Color Preview on White Background

Lorem ipsum dolor sit amet.

#8134ad Color CSS Codes

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

#8134ad Text Font Color

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

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


#8134ad Background Color

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

This div background color is #8134ad


#8134ad Border Color

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

This div border color is #8134ad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8134ad


Comments

No comments written yet.

Please login to write comment.