Color Hex Logo

#ac1faf Color Hex

#AC1FAF
(172,31,175)
0 Favorites   0 Comments

Color spaces of #ac1faf

RGB 17231175
HSL0.830.700.40
HSV299°82°69°
CMYK 0.020.820.00   0.31
XYZ25.241112.845841.7066
Yxy12.84580.31630.1610
Hunter Lab35.841062.9871-43.9044
CIE-Lab42.530069.1014-44.3347

#ac1faf color RGB value is (172,31,175).

#ac1faf hex color red value is 172, green value is 31 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #ac1faf hue: 0.83 , saturation: 0.70 and the lightness value of ac1faf is 0.40.

The process color (four color CMYK) of #ac1faf color hex is 0.02, 0.82, 0.00, 0.31. Web safe color of #ac1faf is #993399. Color #ac1faf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101100 00011111 10101111
Octal 254 37 257
Decimal 172 31 175
Hex AC 1F AF

RGB Percentages of Color #ac1faf

%45.50
%8.20
%46.30

CMYK Percentages of Color #ac1faf

%2
%82
%0
%31

Triadic Colors of #ac1faf

#ac1faf #afac1f #1fafac

Analogous Colors of #ac1faf

#ac1faf #af1f6a #641faf

Monochromatic Colors of #ac1faf

#ac1faf

Complementary Color

#ac1faf #22af1f

#ac1faf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ac1faf Color Preview on White Background

Lorem ipsum dolor sit amet.

#ac1faf Color CSS Codes

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

#ac1faf Text Font Color

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

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


#ac1faf Background Color

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

This div background color is #ac1faf


#ac1faf Border Color

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

This div border color is #ac1faf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ac1faf


Comments

No comments written yet.

Please login to write comment.