Color Hex Logo

#ac18af Color Hex

#AC18AF
(172,24,175)
0 Favorites   0 Comments

Color spaces of #ac18af

RGB 17224175
HSL0.830.760.39
HSV299°86°69°
CMYK 0.020.860.00   0.31
XYZ25.077812.519141.6521
Yxy12.51910.31640.1580
Hunter Lab35.382364.5956-45.0286
CIE-Lab42.029570.5639-45.1343

#ac18af color RGB value is (172,24,175).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101100 00011000 10101111
Octal 254 30 257
Decimal 172 24 175
Hex AC 18 AF

RGB Percentages of Color #ac18af

%46.36
%6.47
%47.17

CMYK Percentages of Color #ac18af

%2
%86
%0
%31

Triadic Colors of #ac18af

#ac18af #afac18 #18afac

Analogous Colors of #ac18af

#ac18af #af1867 #6118af

Monochromatic Colors of #ac18af

#ac18af

Complementary Color

#ac18af #1baf18

#ac18af Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ac18af Color Preview on White Background

Lorem ipsum dolor sit amet.

#ac18af Color CSS Codes

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

#ac18af Text Font Color

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

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


#ac18af Background Color

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

This div background color is #ac18af


#ac18af Border Color

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

This div border color is #ac18af


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ac18af


Comments

No comments written yet.

Please login to write comment.