Color Hex Logo

#8134ab Color Hex

#8134AB
(129,52,171)
0 Favorites   0 Comments

Color spaces of #8134ab

RGB 12952171
HSL0.770.530.44
HSV279°70°67°
CMYK 0.250.700.00   0.33
XYZ17.631910.063439.5412
Yxy10.06340.26220.1497
Hunter Lab31.722943.6972-51.6965
CIE-Lab37.956052.5922-49.6624

#8134ab color RGB value is (129,52,171).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000001 00110100 10101011
Octal 201 64 253
Decimal 129 52 171
Hex 81 34 AB

RGB Percentages of Color #8134ab

%36.65
%14.77
%48.58

CMYK Percentages of Color #8134ab

%25
%70
%0
%33

Triadic Colors of #8134ab

#8134ab #ab8134 #34ab81

Analogous Colors of #8134ab

#8134ab #ab349a #4634ab

Monochromatic Colors of #8134ab

#8134ab

Complementary Color

#8134ab #5eab34

#8134ab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8134ab Color Preview on White Background

Lorem ipsum dolor sit amet.

#8134ab Color CSS Codes

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

#8134ab Text Font Color

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

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


#8134ab Background Color

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

This div background color is #8134ab


#8134ab Border Color

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

This div border color is #8134ab


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(129,52,171, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8134ab


Comments

No comments written yet.

Please login to write comment.