Color Hex Logo

#ac6995 Color Hex

#AC6995
(172,105,149)
0 Favorites   0 Comments

Color spaces of #ac6995

RGB 172105149
HSL0.890.290.54
HSV321°39°67°
CMYK 0.000.390.13   0.33
XYZ27.489621.043731.0468
Yxy21.04370.34540.2644
Hunter Lab45.873426.6875-8.0157
CIE-Lab52.997333.2566-12.6775

#ac6995 color RGB value is (172,105,149).

#ac6995 hex color red value is 172, green value is 105 and the blue value of its RGB is 149. Cylindrical-coordinate representations (also known as HSL) of color #ac6995 hue: 0.89 , saturation: 0.29 and the lightness value of ac6995 is 0.54.

The process color (four color CMYK) of #ac6995 color hex is 0.00, 0.39, 0.13, 0.33. Web safe color of #ac6995 is #996699. Color #ac6995 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101100 01101001 10010101
Octal 254 151 225
Decimal 172 105 149
Hex AC 69 95

RGB Percentages of Color #ac6995

%40.38
%24.65
%34.98

CMYK Percentages of Color #ac6995

%0
%39
%13
%33

Triadic Colors of #ac6995

#ac6995 #95ac69 #6995ac

Analogous Colors of #ac6995

#ac6995 #ac6974 #a269ac

Monochromatic Colors of #ac6995

#ac6995

Complementary Color

#ac6995 #69ac80

#ac6995 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ac6995 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ac6995 Color CSS Codes

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

#ac6995 Text Font Color

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

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


#ac6995 Background Color

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

This div background color is #ac6995


#ac6995 Border Color

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

This div border color is #ac6995


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ac6995


Comments

No comments written yet.

Please login to write comment.