Color Hex Logo

#ac9fdf Color Hex

#AC9FDF
(172,159,223)
0 Favorites   0 Comments

Color spaces of #ac9fdf

RGB 172159223
HSL0.700.500.75
HSV252°29°87°
CMYK 0.230.290.00   0.13
XYZ42.730738.894675.0673
Yxy38.89460.27270.2482
Hunter Lab62.365513.1623-27.7095
CIE-Lab68.674818.0561-30.6914

#ac9fdf color RGB value is (172,159,223).

#ac9fdf hex color red value is 172, green value is 159 and the blue value of its RGB is 223. Cylindrical-coordinate representations (also known as HSL) of color #ac9fdf hue: 0.70 , saturation: 0.50 and the lightness value of ac9fdf is 0.75.

The process color (four color CMYK) of #ac9fdf color hex is 0.23, 0.29, 0.00, 0.13. Web safe color of #ac9fdf is #9999cc. Color #ac9fdf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101100 10011111 11011111
Octal 254 237 337
Decimal 172 159 223
Hex AC 9F DF

RGB Percentages of Color #ac9fdf

%31.05
%28.70
%40.25

CMYK Percentages of Color #ac9fdf

%23
%29
%0
%13

Triadic Colors of #ac9fdf

#ac9fdf #dfac9f #9fdfac

Analogous Colors of #ac9fdf

#ac9fdf #cc9fdf #9fb2df

Monochromatic Colors of #ac9fdf

#ac9fdf

Complementary Color

#ac9fdf #d2df9f

#ac9fdf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ac9fdf Color Preview on White Background

Lorem ipsum dolor sit amet.

#ac9fdf Color CSS Codes

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

#ac9fdf Text Font Color

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

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


#ac9fdf Background Color

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

This div background color is #ac9fdf


#ac9fdf Border Color

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

This div border color is #ac9fdf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ac9fdf


Comments

No comments written yet.

Please login to write comment.