Color Hex Logo

#ac70df Color Hex

#AC70DF
(172,112,223)
0 Favorites   0 Comments

Color spaces of #ac70df

RGB 172112223
HSL0.760.630.66
HSV272°50°87°
CMYK 0.230.500.00   0.13
XYZ36.126725.686772.8660
Yxy25.68670.26820.1907
Hunter Lab50.682038.5431-49.7643
CIE-Lab57.738544.3492-47.8030

#ac70df color RGB value is (172,112,223).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101100 01110000 11011111
Octal 254 160 337
Decimal 172 112 223
Hex AC 70 DF

RGB Percentages of Color #ac70df

%33.93
%22.09
%43.98

CMYK Percentages of Color #ac70df

%23
%50
%0
%13

Triadic Colors of #ac70df

#ac70df #dfac70 #70dfac

Analogous Colors of #ac70df

#ac70df #df70db #7570df

Monochromatic Colors of #ac70df

#ac70df

Complementary Color

#ac70df #a3df70

#ac70df Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ac70df Color Preview on White Background

Lorem ipsum dolor sit amet.

#ac70df Color CSS Codes

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

#ac70df Text Font Color

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

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


#ac70df Background Color

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

This div background color is #ac70df


#ac70df Border Color

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

This div border color is #ac70df


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ac70df


Comments

No comments written yet.

Please login to write comment.