Color Hex Logo

#ac629f Color Hex

#AC629F
(172,98,159)
0 Favorites   0 Comments

Color spaces of #ac629f

RGB 17298159
HSL0.860.310.53
HSV311°43°67°
CMYK 0.000.430.08   0.33
XYZ27.638920.009235.2063
Yxy20.00920.33360.2415
Hunter Lab44.731632.0116-15.3524
CIE-Lab51.847638.8097-20.2938

#ac629f color RGB value is (172,98,159).

#ac629f hex color red value is 172, green value is 98 and the blue value of its RGB is 159. Cylindrical-coordinate representations (also known as HSL) of color #ac629f hue: 0.86 , saturation: 0.31 and the lightness value of ac629f is 0.53.

The process color (four color CMYK) of #ac629f color hex is 0.00, 0.43, 0.08, 0.33. Web safe color of #ac629f is #996699. Color #ac629f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101100 01100010 10011111
Octal 254 142 237
Decimal 172 98 159
Hex AC 62 9F

RGB Percentages of Color #ac629f

%40.09
%22.84
%37.06

CMYK Percentages of Color #ac629f

%0
%43
%8
%33

Triadic Colors of #ac629f

#ac629f #9fac62 #629fac

Analogous Colors of #ac629f

#ac629f #ac627a #9462ac

Monochromatic Colors of #ac629f

#ac629f

Complementary Color

#ac629f #62ac6f

#ac629f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ac629f Color Preview on White Background

Lorem ipsum dolor sit amet.

#ac629f Color CSS Codes

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

#ac629f Text Font Color

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

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


#ac629f Background Color

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

This div background color is #ac629f


#ac629f Border Color

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

This div border color is #ac629f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ac629f


Comments

No comments written yet.

Please login to write comment.