Color Hex Logo

#ac598a Color Hex

#AC598A
(172,89,138)
0 Favorites   0 Comments

Color spaces of #ac598a

RGB 17289138
HSL0.900.330.51
HSV325°48°67°
CMYK 0.000.480.20   0.33
XYZ25.173117.750426.1442
Yxy17.75040.36450.2570
Hunter Lab42.131232.9228-7.3001
CIE-Lab49.192040.0971-11.9088

#ac598a color RGB value is (172,89,138).

#ac598a hex color red value is 172, green value is 89 and the blue value of its RGB is 138. Cylindrical-coordinate representations (also known as HSL) of color #ac598a hue: 0.90 , saturation: 0.33 and the lightness value of ac598a is 0.51.

The process color (four color CMYK) of #ac598a color hex is 0.00, 0.48, 0.20, 0.33. Web safe color of #ac598a is #996699. Color #ac598a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101100 01011001 10001010
Octal 254 131 212
Decimal 172 89 138
Hex AC 59 8A

RGB Percentages of Color #ac598a

%43.11
%22.31
%34.59

CMYK Percentages of Color #ac598a

%0
%48
%20
%33

Triadic Colors of #ac598a

#ac598a #8aac59 #598aac

Analogous Colors of #ac598a

#ac598a #ac5961 #a559ac

Monochromatic Colors of #ac598a

#ac598a

Complementary Color

#ac598a #59ac7b

#ac598a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ac598a Color Preview on White Background

Lorem ipsum dolor sit amet.

#ac598a Color CSS Codes

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

#ac598a Text Font Color

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

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


#ac598a Background Color

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

This div background color is #ac598a


#ac598a Border Color

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

This div border color is #ac598a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ac598a


Comments

No comments written yet.

Please login to write comment.