Color Hex Logo

#ac07df Color Hex

#AC07DF
(172,7,223)
0 Favorites   0 Comments

Color spaces of #ac07df

RGB 1727223
HSL0.790.940.45
HSV286°97°87°
CMYK 0.230.970.00   0.13
XYZ30.408514.250370.9599
Yxy14.25030.26300.1233
Hunter Lab37.749677.7258-85.0259
CIE-Lab44.589880.8079-68.9343

#ac07df color RGB value is (172,7,223).

#ac07df hex color red value is 172, green value is 7 and the blue value of its RGB is 223. Cylindrical-coordinate representations (also known as HSL) of color #ac07df hue: 0.79 , saturation: 0.94 and the lightness value of ac07df is 0.45.

The process color (four color CMYK) of #ac07df color hex is 0.23, 0.97, 0.00, 0.13. Web safe color of #ac07df is #9900cc. Color #ac07df contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101100 00000111 11011111
Octal 254 7 337
Decimal 172 7 223
Hex AC 7 DF

RGB Percentages of Color #ac07df

%42.79
%1.74
%55.47

CMYK Percentages of Color #ac07df

%23
%97
%0
%13

Triadic Colors of #ac07df

#ac07df #dfac07 #07dfac

Analogous Colors of #ac07df

#ac07df #df07a6 #4007df

Monochromatic Colors of #ac07df

#ac07df

Complementary Color

#ac07df #3adf07

#ac07df Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ac07df Color Preview on White Background

Lorem ipsum dolor sit amet.

#ac07df Color CSS Codes

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

#ac07df Text Font Color

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

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


#ac07df Background Color

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

This div background color is #ac07df


#ac07df Border Color

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

This div border color is #ac07df


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ac07df


Comments

No comments written yet.

Please login to write comment.