Color Hex Logo

#ac629e Color Hex

#AC629E
(172,98,158)
0 Favorites   0 Comments

Color spaces of #ac629e

RGB 17298158
HSL0.860.310.53
HSV311°43°67°
CMYK 0.000.430.08   0.33
XYZ27.552519.974634.7511
Yxy19.97460.33490.2428
Hunter Lab44.693031.8298-14.8160
CIE-Lab51.808538.6328-19.7671

#ac629e color RGB value is (172,98,158).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101100 01100010 10011110
Octal 254 142 236
Decimal 172 98 158
Hex AC 62 9E

RGB Percentages of Color #ac629e

%40.19
%22.90
%36.92

CMYK Percentages of Color #ac629e

%0
%43
%8
%33

Triadic Colors of #ac629e

#ac629e #9eac62 #629eac

Analogous Colors of #ac629e

#ac629e #ac6279 #9562ac

Monochromatic Colors of #ac629e

#ac629e

Complementary Color

#ac629e #62ac70

#ac629e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ac629e Color Preview on White Background

Lorem ipsum dolor sit amet.

#ac629e Color CSS Codes

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

#ac629e Text Font Color

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

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


#ac629e Background Color

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

This div background color is #ac629e


#ac629e Border Color

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

This div border color is #ac629e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ac629e


Comments

No comments written yet.

Please login to write comment.