Color Hex Logo

#ac348e Color Hex

#AC348E
(172,52,142)
0 Favorites   0 Comments

Color spaces of #ac348e

RGB 17252142
HSL0.880.540.44
HSV315°70°67°
CMYK 0.000.700.17   0.33
XYZ23.123713.179626.9164
Yxy13.17960.36580.2085
Hunter Lab36.303750.1643-18.5463
CIE-Lab43.032657.6844-23.7404

#ac348e color RGB value is (172,52,142).

#ac348e hex color red value is 172, green value is 52 and the blue value of its RGB is 142. Cylindrical-coordinate representations (also known as HSL) of color #ac348e hue: 0.88 , saturation: 0.54 and the lightness value of ac348e is 0.44.

The process color (four color CMYK) of #ac348e color hex is 0.00, 0.70, 0.17, 0.33. Web safe color of #ac348e is #993399. Color #ac348e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101100 00110100 10001110
Octal 254 64 216
Decimal 172 52 142
Hex AC 34 8E

RGB Percentages of Color #ac348e

%46.99
%14.21
%38.80

CMYK Percentages of Color #ac348e

%0
%70
%17
%33

Triadic Colors of #ac348e

#ac348e #8eac34 #348eac

Analogous Colors of #ac348e

#ac348e #ac3452 #8e34ac

Monochromatic Colors of #ac348e

#ac348e

Complementary Color

#ac348e #34ac52

#ac348e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ac348e Color Preview on White Background

Lorem ipsum dolor sit amet.

#ac348e Color CSS Codes

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

#ac348e Text Font Color

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

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


#ac348e Background Color

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

This div background color is #ac348e


#ac348e Border Color

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

This div border color is #ac348e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ac348e


Comments

No comments written yet.

Please login to write comment.