Color Hex Logo

#ac4591 Color Hex

#AC4591
(172,69,145)
0 Favorites   0 Comments

Color spaces of #ac4591

RGB 17269145
HSL0.880.430.47
HSV316°60°67°
CMYK 0.000.600.16   0.33
XYZ24.252215.071228.4189
Yxy15.07120.35800.2225
Hunter Lab38.821643.5725-16.2274
CIE-Lab45.731651.0483-21.3805

#ac4591 color RGB value is (172,69,145).

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

The process color (four color CMYK) of #ac4591 color hex is 0.00, 0.60, 0.16, 0.33. Web safe color of #ac4591 is #993399. Color #ac4591 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101100 01000101 10010001
Octal 254 105 221
Decimal 172 69 145
Hex AC 45 91

RGB Percentages of Color #ac4591

%44.56
%17.88
%37.56

CMYK Percentages of Color #ac4591

%0
%60
%16
%33

Triadic Colors of #ac4591

#ac4591 #91ac45 #4591ac

Analogous Colors of #ac4591

#ac4591 #ac455d #9445ac

Monochromatic Colors of #ac4591

#ac4591

Complementary Color

#ac4591 #45ac60

#ac4591 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ac4591 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ac4591 Color CSS Codes

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

#ac4591 Text Font Color

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

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


#ac4591 Background Color

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

This div background color is #ac4591


#ac4591 Border Color

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

This div border color is #ac4591


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ac4591


Comments

No comments written yet.

Please login to write comment.