Color Hex Logo

#ac629a Color Hex

#AC629A
(172,98,154)
0 Favorites   0 Comments

Color spaces of #ac629a

RGB 17298154
HSL0.870.310.53
HSV315°43°67°
CMYK 0.000.430.10   0.33
XYZ27.213719.839132.9669
Yxy19.83910.34010.2479
Hunter Lab44.541131.1129-12.7045
CIE-Lab51.654837.9333-17.6517

#ac629a color RGB value is (172,98,154).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101100 01100010 10011010
Octal 254 142 232
Decimal 172 98 154
Hex AC 62 9A

RGB Percentages of Color #ac629a

%40.57
%23.11
%36.32

CMYK Percentages of Color #ac629a

%0
%43
%10
%33

Triadic Colors of #ac629a

#ac629a #9aac62 #629aac

Analogous Colors of #ac629a

#ac629a #ac6275 #9962ac

Monochromatic Colors of #ac629a

#ac629a

Complementary Color

#ac629a #62ac74

#ac629a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ac629a Color Preview on White Background

Lorem ipsum dolor sit amet.

#ac629a Color CSS Codes

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

#ac629a Text Font Color

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

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


#ac629a Background Color

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

This div background color is #ac629a


#ac629a Border Color

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

This div border color is #ac629a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ac629a


Comments

No comments written yet.

Please login to write comment.