Color Hex Logo

#8119ab Color Hex

#8119AB
(129,25,171)
0 Favorites   0 Comments

Color spaces of #8119ab

RGB 12925171
HSL0.790.740.38
HSV283°85°67°
CMYK 0.250.850.00   0.33
XYZ16.75168.302739.2477
Yxy8.30270.26050.1291
Hunter Lab28.814453.3479-60.5880
CIE-Lab34.605562.2069-55.0851

#8119ab color RGB value is (129,25,171).

#8119ab hex color red value is 129, green value is 25 and the blue value of its RGB is 171. Cylindrical-coordinate representations (also known as HSL) of color #8119ab hue: 0.79 , saturation: 0.74 and the lightness value of 8119ab is 0.38.

The process color (four color CMYK) of #8119ab color hex is 0.25, 0.85, 0.00, 0.33. Web safe color of #8119ab is #990099. Color #8119ab contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000001 00011001 10101011
Octal 201 31 253
Decimal 129 25 171
Hex 81 19 AB

RGB Percentages of Color #8119ab

%39.69
%7.69
%52.62

CMYK Percentages of Color #8119ab

%25
%85
%0
%33

Triadic Colors of #8119ab

#8119ab #ab8119 #19ab81

Analogous Colors of #8119ab

#8119ab #ab198c #3819ab

Monochromatic Colors of #8119ab

#8119ab

Complementary Color

#8119ab #43ab19

#8119ab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8119ab Color Preview on White Background

Lorem ipsum dolor sit amet.

#8119ab Color CSS Codes

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

#8119ab Text Font Color

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

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


#8119ab Background Color

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

This div background color is #8119ab


#8119ab Border Color

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

This div border color is #8119ab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8119ab


Comments

No comments written yet.

Please login to write comment.