Color Hex Logo

#8142ab Color Hex

#8142AB
(129,66,171)
0 Favorites   0 Comments

Color spaces of #8142ab

RGB 12966171
HSL0.770.440.46
HSV276°61°67°
CMYK 0.250.610.00   0.33
XYZ18.352211.503839.7813
Yxy11.50380.26350.1652
Hunter Lab33.917337.2289-45.7987
CIE-Lab40.416445.8185-45.7085

#8142ab color RGB value is (129,66,171).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000001 01000010 10101011
Octal 201 102 253
Decimal 129 66 171
Hex 81 42 AB

RGB Percentages of Color #8142ab

%35.25
%18.03
%46.72

CMYK Percentages of Color #8142ab

%25
%61
%0
%33

Triadic Colors of #8142ab

#8142ab #ab8142 #42ab81

Analogous Colors of #8142ab

#8142ab #ab42a1 #4d42ab

Monochromatic Colors of #8142ab

#8142ab

Complementary Color

#8142ab #6cab42

#8142ab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8142ab Color Preview on White Background

Lorem ipsum dolor sit amet.

#8142ab Color CSS Codes

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

#8142ab Text Font Color

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

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


#8142ab Background Color

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

This div background color is #8142ab


#8142ab Border Color

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

This div border color is #8142ab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8142ab


Comments

No comments written yet.

Please login to write comment.