Color Hex Logo

#ac0faf Color Hex

#AC0FAF
(172,15,175)
0 Favorites   0 Comments

Color spaces of #ac0faf

RGB 17215175
HSL0.830.840.37
HSV299°91°69°
CMYK 0.020.910.00   0.31
XYZ24.921912.207441.6002
Yxy12.20740.31660.1551
Hunter Lab34.939166.1799-46.1362
CIE-Lab41.543971.9913-45.9113

#ac0faf color RGB value is (172,15,175).

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

The process color (four color CMYK) of #ac0faf color hex is 0.02, 0.91, 0.00, 0.31. Web safe color of #ac0faf is #990099. Color #ac0faf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101100 00001111 10101111
Octal 254 17 257
Decimal 172 15 175
Hex AC F AF

RGB Percentages of Color #ac0faf

%47.51
%4.14
%48.34

CMYK Percentages of Color #ac0faf

%2
%91
%0
%31

Triadic Colors of #ac0faf

#ac0faf #afac0f #0fafac

Analogous Colors of #ac0faf

#ac0faf #af0f62 #5c0faf

Monochromatic Colors of #ac0faf

#ac0faf

Complementary Color

#ac0faf #12af0f

#ac0faf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ac0faf Color Preview on White Background

Lorem ipsum dolor sit amet.

#ac0faf Color CSS Codes

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

#ac0faf Text Font Color

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

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


#ac0faf Background Color

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

This div background color is #ac0faf


#ac0faf Border Color

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

This div border color is #ac0faf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ac0faf


Comments

No comments written yet.

Please login to write comment.