Color Hex Logo

#ac195e Color Hex

#AC195E
(172,25,94)
0 Favorites   0 Comments

Color spaces of #ac195e

RGB 1722594
HSL0.920.750.39
HSV332°85°67°
CMYK 0.000.850.45   0.33
XYZ19.381310.274111.5513
Yxy10.27410.47030.2493
Hunter Lab32.053251.83861.0704
CIE-Lab38.329960.1155-1.0067

#ac195e color RGB value is (172,25,94).

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

The process color (four color CMYK) of #ac195e color hex is 0.00, 0.85, 0.45, 0.33. Web safe color of #ac195e is #990066. Color #ac195e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101100 00011001 01011110
Octal 254 31 136
Decimal 172 25 94
Hex AC 19 5E

RGB Percentages of Color #ac195e

%59.11
%8.59
%32.30

CMYK Percentages of Color #ac195e

%0
%85
%45
%33

Triadic Colors of #ac195e

#ac195e #5eac19 #195eac

Analogous Colors of #ac195e

#ac195e #ac1e19 #ac19a8

Monochromatic Colors of #ac195e

#ac195e

Complementary Color

#ac195e #19ac67

#ac195e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ac195e Color Preview on White Background

Lorem ipsum dolor sit amet.

#ac195e Color CSS Codes

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

#ac195e Text Font Color

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

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


#ac195e Background Color

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

This div background color is #ac195e


#ac195e Border Color

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

This div border color is #ac195e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ac195e


Comments

No comments written yet.

Please login to write comment.