Color Hex Logo

#ac269a Color Hex

#AC269A
(172,38,154)
0 Favorites   0 Comments

Color spaces of #ac269a

RGB 17238154
HSL0.860.640.41
HSV308°78°67°
CMYK 0.000.780.10   0.33
XYZ23.539112.490031.7420
Yxy12.49000.34730.1843
Hunter Lab35.341257.0433-28.5130
CIE-Lab41.984564.0601-32.6403

#ac269a color RGB value is (172,38,154).

#ac269a hex color red value is 172, green value is 38 and the blue value of its RGB is 154. Cylindrical-coordinate representations (also known as HSL) of color #ac269a hue: 0.86 , saturation: 0.64 and the lightness value of ac269a is 0.41.

The process color (four color CMYK) of #ac269a color hex is 0.00, 0.78, 0.10, 0.33. Web safe color of #ac269a is #993399. Color #ac269a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101100 00100110 10011010
Octal 254 46 232
Decimal 172 38 154
Hex AC 26 9A

RGB Percentages of Color #ac269a

%47.25
%10.44
%42.31

CMYK Percentages of Color #ac269a

%0
%78
%10
%33

Triadic Colors of #ac269a

#ac269a #9aac26 #269aac

Analogous Colors of #ac269a

#ac269a #ac2657 #7b26ac

Monochromatic Colors of #ac269a

#ac269a

Complementary Color

#ac269a #26ac38

#ac269a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ac269a Color Preview on White Background

Lorem ipsum dolor sit amet.

#ac269a Color CSS Codes

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

#ac269a Text Font Color

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

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


#ac269a Background Color

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

This div background color is #ac269a


#ac269a Border Color

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

This div border color is #ac269a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ac269a


Comments

No comments written yet.

Please login to write comment.