Color Hex Logo

#ac558b Color Hex

#AC558B
(172,85,139)
0 Favorites   0 Comments

Color spaces of #ac558b

RGB 17285139
HSL0.900.340.50
HSV323°51°67°
CMYK 0.000.510.19   0.33
XYZ24.922017.131726.4193
Yxy17.13170.36400.2502
Hunter Lab41.390535.0450-8.8712
CIE-Lab48.425642.3293-13.6647

#ac558b color RGB value is (172,85,139).

#ac558b hex color red value is 172, green value is 85 and the blue value of its RGB is 139. Cylindrical-coordinate representations (also known as HSL) of color #ac558b hue: 0.90 , saturation: 0.34 and the lightness value of ac558b is 0.50.

The process color (four color CMYK) of #ac558b color hex is 0.00, 0.51, 0.19, 0.33. Web safe color of #ac558b is #996699. Color #ac558b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101100 01010101 10001011
Octal 254 125 213
Decimal 172 85 139
Hex AC 55 8B

RGB Percentages of Color #ac558b

%43.43
%21.46
%35.10

CMYK Percentages of Color #ac558b

%0
%51
%19
%33

Triadic Colors of #ac558b

#ac558b #8bac55 #558bac

Analogous Colors of #ac558b

#ac558b #ac5560 #a255ac

Monochromatic Colors of #ac558b

#ac558b

Complementary Color

#ac558b #55ac76

#ac558b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ac558b Color Preview on White Background

Lorem ipsum dolor sit amet.

#ac558b Color CSS Codes

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

#ac558b Text Font Color

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

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


#ac558b Background Color

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

This div background color is #ac558b


#ac558b Border Color

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

This div border color is #ac558b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ac558b


Comments

No comments written yet.

Please login to write comment.