Color Hex Logo

#ac72df Color Hex

#AC72DF
(172,114,223)
0 Favorites   0 Comments

Color spaces of #ac72df

RGB 172114223
HSL0.760.630.66
HSV272°49°87°
CMYK 0.230.490.00   0.13
XYZ36.349926.133072.9404
Yxy26.13300.26840.1930
Hunter Lab51.120437.4641-48.8127
CIE-Lab58.163143.2633-47.1305

#ac72df color RGB value is (172,114,223).

#ac72df hex color red value is 172, green value is 114 and the blue value of its RGB is 223. Cylindrical-coordinate representations (also known as HSL) of color #ac72df hue: 0.76 , saturation: 0.63 and the lightness value of ac72df is 0.66.

The process color (four color CMYK) of #ac72df color hex is 0.23, 0.49, 0.00, 0.13. Web safe color of #ac72df is #9966cc. Color #ac72df contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101100 01110010 11011111
Octal 254 162 337
Decimal 172 114 223
Hex AC 72 DF

RGB Percentages of Color #ac72df

%33.79
%22.40
%43.81

CMYK Percentages of Color #ac72df

%23
%49
%0
%13

Triadic Colors of #ac72df

#ac72df #dfac72 #72dfac

Analogous Colors of #ac72df

#ac72df #df72dc #7672df

Monochromatic Colors of #ac72df

#ac72df

Complementary Color

#ac72df #a5df72

#ac72df Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ac72df Color Preview on White Background

Lorem ipsum dolor sit amet.

#ac72df Color CSS Codes

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

#ac72df Text Font Color

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

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


#ac72df Background Color

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

This div background color is #ac72df


#ac72df Border Color

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

This div border color is #ac72df


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ac72df


Comments

No comments written yet.

Please login to write comment.