Color Hex Logo

#ac5291 Color Hex

#AC5291
(172,82,145)
0 Favorites   0 Comments

Color spaces of #ac5291

RGB 17282145
HSL0.880.350.50
HSV318°52°67°
CMYK 0.000.520.16   0.33
XYZ25.141416.849628.7153
Yxy16.84960.35560.2383
Hunter Lab41.048337.4939-12.7425
CIE-Lab48.070044.7984-17.7915

#ac5291 color RGB value is (172,82,145).

#ac5291 hex color red value is 172, green value is 82 and the blue value of its RGB is 145. Cylindrical-coordinate representations (also known as HSL) of color #ac5291 hue: 0.88 , saturation: 0.35 and the lightness value of ac5291 is 0.50.

The process color (four color CMYK) of #ac5291 color hex is 0.00, 0.52, 0.16, 0.33. Web safe color of #ac5291 is #996699. Color #ac5291 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101100 01010010 10010001
Octal 254 122 221
Decimal 172 82 145
Hex AC 52 91

RGB Percentages of Color #ac5291

%43.11
%20.55
%36.34

CMYK Percentages of Color #ac5291

%0
%52
%16
%33

Triadic Colors of #ac5291

#ac5291 #91ac52 #5291ac

Analogous Colors of #ac5291

#ac5291 #ac5264 #9a52ac

Monochromatic Colors of #ac5291

#ac5291

Complementary Color

#ac5291 #52ac6d

#ac5291 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ac5291 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ac5291 Color CSS Codes

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

#ac5291 Text Font Color

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

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


#ac5291 Background Color

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

This div background color is #ac5291


#ac5291 Border Color

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

This div border color is #ac5291


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ac5291


Comments

No comments written yet.

Please login to write comment.