Color Hex Logo

#ac658f Color Hex

#AC658F
(172,101,143)
0 Favorites   0 Comments

Color spaces of #ac658f

RGB 172101143
HSL0.900.300.54
HSV325°41°67°
CMYK 0.000.410.17   0.33
XYZ26.624920.061228.4555
Yxy20.06120.35430.2670
Hunter Lab44.789727.7259-6.3149
CIE-Lab51.906334.4550-10.7891

#ac658f color RGB value is (172,101,143).

#ac658f hex color red value is 172, green value is 101 and the blue value of its RGB is 143. Cylindrical-coordinate representations (also known as HSL) of color #ac658f hue: 0.90 , saturation: 0.30 and the lightness value of ac658f is 0.54.

The process color (four color CMYK) of #ac658f color hex is 0.00, 0.41, 0.17, 0.33. Web safe color of #ac658f is #996699. Color #ac658f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101100 01100101 10001111
Octal 254 145 217
Decimal 172 101 143
Hex AC 65 8F

RGB Percentages of Color #ac658f

%41.35
%24.28
%34.38

CMYK Percentages of Color #ac658f

%0
%41
%17
%33

Triadic Colors of #ac658f

#ac658f #8fac65 #658fac

Analogous Colors of #ac658f

#ac658f #ac656c #a665ac

Monochromatic Colors of #ac658f

#ac658f

Complementary Color

#ac658f #65ac82

#ac658f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ac658f Color Preview on White Background

Lorem ipsum dolor sit amet.

#ac658f Color CSS Codes

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

#ac658f Text Font Color

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

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


#ac658f Background Color

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

This div background color is #ac658f


#ac658f Border Color

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

This div border color is #ac658f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ac658f


Comments

No comments written yet.

Please login to write comment.