Color Hex Logo

#ac358a Color Hex

#AC358A
(172,53,138)
0 Favorites   0 Comments

Color spaces of #ac358a

RGB 17253138
HSL0.880.530.44
HSV317°69°67°
CMYK 0.000.690.20   0.33
XYZ22.873813.151825.3777
Yxy13.15180.37250.2142
Hunter Lab36.265449.1214-16.1040
CIE-Lab42.991156.7349-21.3731

#ac358a color RGB value is (172,53,138).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101100 00110101 10001010
Octal 254 65 212
Decimal 172 53 138
Hex AC 35 8A

RGB Percentages of Color #ac358a

%47.38
%14.60
%38.02

CMYK Percentages of Color #ac358a

%0
%69
%20
%33

Triadic Colors of #ac358a

#ac358a #8aac35 #358aac

Analogous Colors of #ac358a

#ac358a #ac354f #9335ac

Monochromatic Colors of #ac358a

#ac358a

Complementary Color

#ac358a #35ac57

#ac358a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ac358a Color Preview on White Background

Lorem ipsum dolor sit amet.

#ac358a Color CSS Codes

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

#ac358a Text Font Color

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

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


#ac358a Background Color

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

This div background color is #ac358a


#ac358a Border Color

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

This div border color is #ac358a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ac358a


Comments

No comments written yet.

Please login to write comment.