Color Hex Logo

#ac358e Color Hex

#AC358E
(172,53,142)
0 Favorites   0 Comments

Color spaces of #ac358e

RGB 17253142
HSL0.880.530.44
HSV315°69°67°
CMYK 0.000.690.17   0.33
XYZ23.168813.269926.9314
Yxy13.26990.36560.2094
Hunter Lab36.427949.7805-18.3340
CIE-Lab43.167157.3074-23.5318

#ac358e color RGB value is (172,53,142).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101100 00110101 10001110
Octal 254 65 216
Decimal 172 53 142
Hex AC 35 8E

RGB Percentages of Color #ac358e

%46.87
%14.44
%38.69

CMYK Percentages of Color #ac358e

%0
%69
%17
%33

Triadic Colors of #ac358e

#ac358e #8eac35 #358eac

Analogous Colors of #ac358e

#ac358e #ac3553 #8f35ac

Monochromatic Colors of #ac358e

#ac358e

Complementary Color

#ac358e #35ac53

#ac358e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ac358e Color Preview on White Background

Lorem ipsum dolor sit amet.

#ac358e Color CSS Codes

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

#ac358e Text Font Color

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

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


#ac358e Background Color

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

This div background color is #ac358e


#ac358e Border Color

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

This div border color is #ac358e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ac358e


Comments

No comments written yet.

Please login to write comment.