Color Hex Logo

#ac5fa7 Color Hex

#AC5FA7
(172,95,167)
0 Favorites   0 Comments

Color spaces of #ac5fa7

RGB 17295167
HSL0.840.320.52
HSV304°45°67°
CMYK 0.000.450.03   0.33
XYZ28.080519.745138.8904
Yxy19.74510.32380.2277
Hunter Lab44.435535.0391-20.7864
CIE-Lab51.547841.8569-25.4410

#ac5fa7 color RGB value is (172,95,167).

#ac5fa7 hex color red value is 172, green value is 95 and the blue value of its RGB is 167. Cylindrical-coordinate representations (also known as HSL) of color #ac5fa7 hue: 0.84 , saturation: 0.32 and the lightness value of ac5fa7 is 0.52.

The process color (four color CMYK) of #ac5fa7 color hex is 0.00, 0.45, 0.03, 0.33. Web safe color of #ac5fa7 is #996699. Color #ac5fa7 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101100 01011111 10100111
Octal 254 137 247
Decimal 172 95 167
Hex AC 5F A7

RGB Percentages of Color #ac5fa7

%39.63
%21.89
%38.48

CMYK Percentages of Color #ac5fa7

%0
%45
%3
%33

Triadic Colors of #ac5fa7

#ac5fa7 #a7ac5f #5fa7ac

Analogous Colors of #ac5fa7

#ac5fa7 #ac5f81 #8b5fac

Monochromatic Colors of #ac5fa7

#ac5fa7

Complementary Color

#ac5fa7 #5fac64

#ac5fa7 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ac5fa7 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ac5fa7 Color CSS Codes

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

#ac5fa7 Text Font Color

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

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


#ac5fa7 Background Color

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

This div background color is #ac5fa7


#ac5fa7 Border Color

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

This div border color is #ac5fa7


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ac5fa7


Comments

No comments written yet.

Please login to write comment.