Color Hex Logo

#8a0bac Color Hex

#8A0BAC
(138,11,172)
0 Favorites   0 Comments

Color spaces of #8a0bac

RGB 13811172
HSL0.800.880.36
HSV287°94°67°
CMYK 0.200.940.00   0.33
XYZ18.04738.621239.7426
Yxy8.62120.27180.1298
Hunter Lab29.361958.3319-59.6983
CIE-Lab35.244566.5017-54.5792

#8a0bac color RGB value is (138,11,172).

#8a0bac hex color red value is 138, green value is 11 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #8a0bac hue: 0.80 , saturation: 0.88 and the lightness value of 8a0bac is 0.36.

The process color (four color CMYK) of #8a0bac color hex is 0.20, 0.94, 0.00, 0.33. Web safe color of #8a0bac is #990099. Color #8a0bac contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10001010 00001011 10101100
Octal 212 13 254
Decimal 138 11 172
Hex 8A B AC

RGB Percentages of Color #8a0bac

%42.99
%3.43
%53.58

CMYK Percentages of Color #8a0bac

%20
%94
%0
%33

Triadic Colors of #8a0bac

#8a0bac #ac8a0b #0bac8a

Analogous Colors of #8a0bac

#8a0bac #ac0b7e #390bac

Monochromatic Colors of #8a0bac

#8a0bac

Complementary Color

#8a0bac #2dac0b

#8a0bac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8a0bac Color Preview on White Background

Lorem ipsum dolor sit amet.

#8a0bac Color CSS Codes

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

#8a0bac Text Font Color

<p style="color:#8a0bac">Text here</p>

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


#8a0bac Background Color

<div style="background-color:#8a0bac">
Div content here</div>

This div background color is #8a0bac


#8a0bac Border Color

<div style="border:3px solid #8a0bac">
Div here</div>

This div border color is #8a0bac


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(138,11,172, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #8a0bac; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #8a0bac;
  -webkit-box-shadow: 1px 1px 3px 2px #8a0bac;
  box-shadow:         1px 1px 3px 2px #8a0bac; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(138,11,172, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8a0bac


Comments

No comments written yet.

Please login to write comment.