Color Hex Logo

#ac347d Color Hex

#AC347D
(172,52,125)
0 Favorites   0 Comments

Color spaces of #ac347d

RGB 17252125
HSL0.900.540.44
HSV324°70°67°
CMYK 0.000.700.27   0.33
XYZ21.942912.707320.6983
Yxy12.70730.39640.2296
Hunter Lab35.647347.4939-9.4731
CIE-Lab42.318955.3548-14.4477

#ac347d color RGB value is (172,52,125).

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

The process color (four color CMYK) of #ac347d color hex is 0.00, 0.70, 0.27, 0.33. Web safe color of #ac347d is #993366. Color #ac347d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101100 00110100 01111101
Octal 254 64 175
Decimal 172 52 125
Hex AC 34 7D

RGB Percentages of Color #ac347d

%49.28
%14.90
%35.82

CMYK Percentages of Color #ac347d

%0
%70
%27
%33

Triadic Colors of #ac347d

#ac347d #7dac34 #347dac

Analogous Colors of #ac347d

#ac347d #ac3441 #9f34ac

Monochromatic Colors of #ac347d

#ac347d

Complementary Color

#ac347d #34ac63

#ac347d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ac347d Color Preview on White Background

Lorem ipsum dolor sit amet.

#ac347d Color CSS Codes

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

#ac347d Text Font Color

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

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


#ac347d Background Color

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

This div background color is #ac347d


#ac347d Border Color

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

This div border color is #ac347d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ac347d


Comments

No comments written yet.

Please login to write comment.