Color Hex Logo

#8115ab Color Hex

#8115AB
(129,21,171)
0 Favorites   0 Comments

Color spaces of #8115ab

RGB 12921171
HSL0.790.780.38
HSV283°88°67°
CMYK 0.250.880.00   0.33
XYZ16.67218.143739.2213
Yxy8.14370.26040.1272
Hunter Lab28.537254.3439-61.5118
CIE-Lab34.280463.1642-55.6137

#8115ab color RGB value is (129,21,171).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000001 00010101 10101011
Octal 201 25 253
Decimal 129 21 171
Hex 81 15 AB

RGB Percentages of Color #8115ab

%40.19
%6.54
%53.27

CMYK Percentages of Color #8115ab

%25
%88
%0
%33

Triadic Colors of #8115ab

#8115ab #ab8115 #15ab81

Analogous Colors of #8115ab

#8115ab #ab158a #3615ab

Monochromatic Colors of #8115ab

#8115ab

Complementary Color

#8115ab #3fab15

#8115ab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8115ab Color Preview on White Background

Lorem ipsum dolor sit amet.

#8115ab Color CSS Codes

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

#8115ab Text Font Color

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

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


#8115ab Background Color

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

This div background color is #8115ab


#8115ab Border Color

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

This div border color is #8115ab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8115ab


Comments

No comments written yet.

Please login to write comment.