Color Hex Logo

#ac0aba Color Hex

#AC0ABA
(172,10,186)
0 Favorites   0 Comments

Color spaces of #ac0aba

RGB 17210186
HSL0.820.900.38
HSV295°95°73°
CMYK 0.080.950.00   0.27
XYZ25.984712.532947.5039
Yxy12.53290.30210.1457
Hunter Lab35.401869.0645-54.7769
CIE-Lab42.050874.2921-51.6010

#ac0aba color RGB value is (172,10,186).

#ac0aba hex color red value is 172, green value is 10 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #ac0aba hue: 0.82 , saturation: 0.90 and the lightness value of ac0aba is 0.38.

The process color (four color CMYK) of #ac0aba color hex is 0.08, 0.95, 0.00, 0.27. Web safe color of #ac0aba is #9900cc. Color #ac0aba contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101100 00001010 10111010
Octal 254 12 272
Decimal 172 10 186
Hex AC A BA

RGB Percentages of Color #ac0aba

%46.74
%2.72
%50.54

CMYK Percentages of Color #ac0aba

%8
%95
%0
%27

Triadic Colors of #ac0aba

#ac0aba #baac0a #0abaac

Analogous Colors of #ac0aba

#ac0aba #ba0a70 #540aba

Monochromatic Colors of #ac0aba

#ac0aba

Complementary Color

#ac0aba #18ba0a

#ac0aba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ac0aba Color Preview on White Background

Lorem ipsum dolor sit amet.

#ac0aba Color CSS Codes

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

#ac0aba Text Font Color

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

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


#ac0aba Background Color

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

This div background color is #ac0aba


#ac0aba Border Color

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

This div border color is #ac0aba


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(172,10,186, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #ac0aba; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #ac0aba;
  -webkit-box-shadow: 1px 1px 3px 2px #ac0aba;
  box-shadow:         1px 1px 3px 2px #ac0aba; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ac0aba


Comments

No comments written yet.

Please login to write comment.