Color Hex Logo

#ac1995 Color Hex

#AC1995
(172,25,149)
0 Favorites   0 Comments

Color spaces of #ac1995

RGB 17225149
HSL0.860.750.39
HSV309°85°67°
CMYK 0.000.850.13   0.33
XYZ22.785711.635829.4788
Yxy11.63580.35660.1821
Hunter Lab34.111359.5399-27.3602
CIE-Lab40.631366.5065-31.7436

#ac1995 color RGB value is (172,25,149).

#ac1995 hex color red value is 172, green value is 25 and the blue value of its RGB is 149. Cylindrical-coordinate representations (also known as HSL) of color #ac1995 hue: 0.86 , saturation: 0.75 and the lightness value of ac1995 is 0.39.

The process color (four color CMYK) of #ac1995 color hex is 0.00, 0.85, 0.13, 0.33. Web safe color of #ac1995 is #990099. Color #ac1995 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101100 00011001 10010101
Octal 254 31 225
Decimal 172 25 149
Hex AC 19 95

RGB Percentages of Color #ac1995

%49.71
%7.23
%43.06

CMYK Percentages of Color #ac1995

%0
%85
%13
%33

Triadic Colors of #ac1995

#ac1995 #95ac19 #1995ac

Analogous Colors of #ac1995

#ac1995 #ac194c #7a19ac

Monochromatic Colors of #ac1995

#ac1995

Complementary Color

#ac1995 #19ac30

#ac1995 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ac1995 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ac1995 Color CSS Codes

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

#ac1995 Text Font Color

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

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


#ac1995 Background Color

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

This div background color is #ac1995


#ac1995 Border Color

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

This div border color is #ac1995


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ac1995


Comments

No comments written yet.

Please login to write comment.