Color Hex Logo

#ac25ba Color Hex

#AC25BA
(172,37,186)
0 Favorites   0 Comments

Color spaces of #ac25ba

RGB 17237186
HSL0.820.670.44
HSV294°80°73°
CMYK 0.080.800.00   0.27
XYZ26.537813.639047.6883
Yxy13.63900.30200.1552
Hunter Lab36.931063.6368-50.7083
CIE-Lab43.710769.4239-48.9352

#ac25ba color RGB value is (172,37,186).

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

The process color (four color CMYK) of #ac25ba color hex is 0.08, 0.80, 0.00, 0.27. Web safe color of #ac25ba is #9933cc. Color #ac25ba contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101100 00100101 10111010
Octal 254 45 272
Decimal 172 37 186
Hex AC 25 BA

RGB Percentages of Color #ac25ba

%43.54
%9.37
%47.09

CMYK Percentages of Color #ac25ba

%8
%80
%0
%27

Triadic Colors of #ac25ba

#ac25ba #baac25 #25baac

Analogous Colors of #ac25ba

#ac25ba #ba257e #6125ba

Monochromatic Colors of #ac25ba

#ac25ba

Complementary Color

#ac25ba #33ba25

#ac25ba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ac25ba Color Preview on White Background

Lorem ipsum dolor sit amet.

#ac25ba Color CSS Codes

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

#ac25ba Text Font Color

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

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


#ac25ba Background Color

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

This div background color is #ac25ba


#ac25ba Border Color

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

This div border color is #ac25ba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ac25ba


Comments

No comments written yet.

Please login to write comment.