Color Hex Logo

#8149ab Color Hex

#8149AB
(129,73,171)
0 Favorites   0 Comments

Color spaces of #8149ab

RGB 12973171
HSL0.760.400.48
HSV274°57°67°
CMYK 0.250.570.00   0.33
XYZ18.786512.372539.9260
Yxy12.37250.26430.1741
Hunter Lab35.174633.7802-42.6768
CIE-Lab41.802142.1073-43.4924

#8149ab color RGB value is (129,73,171).

#8149ab hex color red value is 129, green value is 73 and the blue value of its RGB is 171. Cylindrical-coordinate representations (also known as HSL) of color #8149ab hue: 0.76 , saturation: 0.40 and the lightness value of 8149ab is 0.48.

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

Base Numbers

BaseRedGreenBlue
Binary 10000001 01001001 10101011
Octal 201 111 253
Decimal 129 73 171
Hex 81 49 AB

RGB Percentages of Color #8149ab

%34.58
%19.57
%45.84

CMYK Percentages of Color #8149ab

%25
%57
%0
%33

Triadic Colors of #8149ab

#8149ab #ab8149 #49ab81

Analogous Colors of #8149ab

#8149ab #ab49a4 #5049ab

Monochromatic Colors of #8149ab

#8149ab

Complementary Color

#8149ab #73ab49

#8149ab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8149ab Color Preview on White Background

Lorem ipsum dolor sit amet.

#8149ab Color CSS Codes

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

#8149ab Text Font Color

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

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


#8149ab Background Color

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

This div background color is #8149ab


#8149ab Border Color

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

This div border color is #8149ab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8149ab


Comments

No comments written yet.

Please login to write comment.