Color Hex Logo

#ac13ba Color Hex

#AC13BA
(172,19,186)
0 Favorites   0 Comments

Color spaces of #ac13ba

RGB 17219186
HSL0.820.810.40
HSV295°90°73°
CMYK 0.080.900.00   0.27
XYZ26.109112.781647.5454
Yxy12.78160.30210.1479
Hunter Lab35.751467.7931-53.8233
CIE-Lab42.432373.1649-50.9874

#ac13ba color RGB value is (172,19,186).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101100 00010011 10111010
Octal 254 23 272
Decimal 172 19 186
Hex AC 13 BA

RGB Percentages of Color #ac13ba

%45.62
%5.04
%49.34

CMYK Percentages of Color #ac13ba

%8
%90
%0
%27

Triadic Colors of #ac13ba

#ac13ba #baac13 #13baac

Analogous Colors of #ac13ba

#ac13ba #ba1375 #5913ba

Monochromatic Colors of #ac13ba

#ac13ba

Complementary Color

#ac13ba #21ba13

#ac13ba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ac13ba Color Preview on White Background

Lorem ipsum dolor sit amet.

#ac13ba Color CSS Codes

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

#ac13ba Text Font Color

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

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


#ac13ba Background Color

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

This div background color is #ac13ba


#ac13ba Border Color

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

This div border color is #ac13ba


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(172,19,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 #ac13ba">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ac13ba


Comments

No comments written yet.

Please login to write comment.