Color Hex Logo

#ac527b Color Hex

#AC527B
(172,82,123)
0 Favorites   0 Comments

Color spaces of #ac527b

RGB 17282123
HSL0.920.350.50
HSV333°52°67°
CMYK 0.000.520.28   0.33
XYZ23.605716.235320.6285
Yxy16.23530.39040.2685
Hunter Lab40.293134.0615-2.1491
CIE-Lab47.281741.5233-5.7617

#ac527b color RGB value is (172,82,123).

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

The process color (four color CMYK) of #ac527b color hex is 0.00, 0.52, 0.28, 0.33. Web safe color of #ac527b is #996666. Color #ac527b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101100 01010010 01111011
Octal 254 122 173
Decimal 172 82 123
Hex AC 52 7B

RGB Percentages of Color #ac527b

%45.62
%21.75
%32.63

CMYK Percentages of Color #ac527b

%0
%52
%28
%33

Triadic Colors of #ac527b

#ac527b #7bac52 #527bac

Analogous Colors of #ac527b

#ac527b #ac5652 #ac52a8

Monochromatic Colors of #ac527b

#ac527b

Complementary Color

#ac527b #52ac83

#ac527b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ac527b Color Preview on White Background

Lorem ipsum dolor sit amet.

#ac527b Color CSS Codes

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

#ac527b Text Font Color

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

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


#ac527b Background Color

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

This div background color is #ac527b


#ac527b Border Color

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

This div border color is #ac527b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ac527b


Comments

No comments written yet.

Please login to write comment.