Color Hex Logo

#ac91df Color Hex

#AC91DF
(172,145,223)
0 Favorites   0 Comments

Color spaces of #ac91df

RGB 172145223
HSL0.720.550.72
HSV261°35°87°
CMYK 0.230.350.00   0.13
XYZ40.457934.349274.3097
Yxy34.34920.27130.2304
Hunter Lab58.608220.6562-34.1484
CIE-Lab65.238825.9515-36.0192

#ac91df color RGB value is (172,145,223).

#ac91df hex color red value is 172, green value is 145 and the blue value of its RGB is 223. Cylindrical-coordinate representations (also known as HSL) of color #ac91df hue: 0.72 , saturation: 0.55 and the lightness value of ac91df is 0.72.

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

Base Numbers

BaseRedGreenBlue
Binary 10101100 10010001 11011111
Octal 254 221 337
Decimal 172 145 223
Hex AC 91 DF

RGB Percentages of Color #ac91df

%31.85
%26.85
%41.30

CMYK Percentages of Color #ac91df

%23
%35
%0
%13

Triadic Colors of #ac91df

#ac91df #dfac91 #91dfac

Analogous Colors of #ac91df

#ac91df #d391df #919ddf

Monochromatic Colors of #ac91df

#ac91df

Complementary Color

#ac91df #c4df91

#ac91df Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ac91df Color Preview on White Background

Lorem ipsum dolor sit amet.

#ac91df Color CSS Codes

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

#ac91df Text Font Color

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

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


#ac91df Background Color

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

This div background color is #ac91df


#ac91df Border Color

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

This div border color is #ac91df


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ac91df


Comments

No comments written yet.

Please login to write comment.