Color Hex Logo

#ac649d Color Hex

#AC649D
(172,100,157)
0 Favorites   0 Comments

Color spaces of #ac649d

RGB 172100157
HSL0.870.300.53
HSV313°42°67°
CMYK 0.000.420.09   0.33
XYZ27.656220.319334.3627
Yxy20.31930.33590.2468
Hunter Lab45.076930.6311-13.6436
CIE-Lab52.196337.3757-18.5873

#ac649d color RGB value is (172,100,157).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101100 01100100 10011101
Octal 254 144 235
Decimal 172 100 157
Hex AC 64 9D

RGB Percentages of Color #ac649d

%40.09
%23.31
%36.60

CMYK Percentages of Color #ac649d

%0
%42
%9
%33

Triadic Colors of #ac649d

#ac649d #9dac64 #649dac

Analogous Colors of #ac649d

#ac649d #ac6479 #9764ac

Monochromatic Colors of #ac649d

#ac649d

Complementary Color

#ac649d #64ac73

#ac649d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ac649d Color Preview on White Background

Lorem ipsum dolor sit amet.

#ac649d Color CSS Codes

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

#ac649d Text Font Color

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

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


#ac649d Background Color

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

This div background color is #ac649d


#ac649d Border Color

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

This div border color is #ac649d


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(172,100,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 #ac649d">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ac649d


Comments

No comments written yet.

Please login to write comment.