Color Hex Logo

#ac5f86 Color Hex

#AC5F86
(172,95,134)
0 Favorites   0 Comments

Color spaces of #ac5f86

RGB 17295134
HSL0.920.320.52
HSV330°45°67°
CMYK 0.000.450.22   0.33
XYZ25.408518.676324.8200
Yxy18.67630.36870.2710
Hunter Lab43.216129.3193-3.8004
CIE-Lab50.306336.2916-7.8523

#ac5f86 color RGB value is (172,95,134).

#ac5f86 hex color red value is 172, green value is 95 and the blue value of its RGB is 134. Cylindrical-coordinate representations (also known as HSL) of color #ac5f86 hue: 0.92 , saturation: 0.32 and the lightness value of ac5f86 is 0.52.

The process color (four color CMYK) of #ac5f86 color hex is 0.00, 0.45, 0.22, 0.33. Web safe color of #ac5f86 is #996699. Color #ac5f86 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101100 01011111 10000110
Octal 254 137 206
Decimal 172 95 134
Hex AC 5F 86

RGB Percentages of Color #ac5f86

%42.89
%23.69
%33.42

CMYK Percentages of Color #ac5f86

%0
%45
%22
%33

Triadic Colors of #ac5f86

#ac5f86 #86ac5f #5f86ac

Analogous Colors of #ac5f86

#ac5f86 #ac5f60 #ac5fac

Monochromatic Colors of #ac5f86

#ac5f86

Complementary Color

#ac5f86 #5fac85

#ac5f86 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ac5f86 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ac5f86 Color CSS Codes

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

#ac5f86 Text Font Color

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

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


#ac5f86 Background Color

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

This div background color is #ac5f86


#ac5f86 Border Color

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

This div border color is #ac5f86


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ac5f86


Comments

No comments written yet.

Please login to write comment.