Color Hex Logo

#ac629d Color Hex

#AC629D
(172,98,157)
0 Favorites   0 Comments

Color spaces of #ac629d

RGB 17298157
HSL0.870.310.53
HSV312°43°67°
CMYK 0.000.430.09   0.33
XYZ27.466719.940334.2995
Yxy19.94030.33620.2440
Hunter Lab44.654631.6486-14.2829
CIE-Lab51.769638.4564-19.2394

#ac629d color RGB value is (172,98,157).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101100 01100010 10011101
Octal 254 142 235
Decimal 172 98 157
Hex AC 62 9D

RGB Percentages of Color #ac629d

%40.28
%22.95
%36.77

CMYK Percentages of Color #ac629d

%0
%43
%9
%33

Triadic Colors of #ac629d

#ac629d #9dac62 #629dac

Analogous Colors of #ac629d

#ac629d #ac6278 #9662ac

Monochromatic Colors of #ac629d

#ac629d

Complementary Color

#ac629d #62ac71

#ac629d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ac629d Color Preview on White Background

Lorem ipsum dolor sit amet.

#ac629d Color CSS Codes

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

#ac629d Text Font Color

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

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


#ac629d Background Color

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

This div background color is #ac629d


#ac629d Border Color

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

This div border color is #ac629d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ac629d


Comments

No comments written yet.

Please login to write comment.