Color Hex Logo

#ac03df Color Hex

#AC03DF
(172,3,223)
0 Favorites   0 Comments

Color spaces of #ac03df

RGB 1723223
HSL0.790.970.44
HSV286°99°87°
CMYK 0.230.990.00   0.13
XYZ30.365114.163570.9454
Yxy14.16350.26300.1227
Hunter Lab37.634478.1614-85.4247
CIE-Lab44.466581.1764-69.1350

#ac03df color RGB value is (172,3,223).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101100 00000011 11011111
Octal 254 3 337
Decimal 172 3 223
Hex AC 3 DF

RGB Percentages of Color #ac03df

%43.22
%0.75
%56.03

CMYK Percentages of Color #ac03df

%23
%99
%0
%13

Triadic Colors of #ac03df

#ac03df #dfac03 #03dfac

Analogous Colors of #ac03df

#ac03df #df03a4 #3e03df

Monochromatic Colors of #ac03df

#ac03df

Complementary Color

#ac03df #36df03

#ac03df Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ac03df Color Preview on White Background

Lorem ipsum dolor sit amet.

#ac03df Color CSS Codes

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

#ac03df Text Font Color

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

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


#ac03df Background Color

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

This div background color is #ac03df


#ac03df Border Color

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

This div border color is #ac03df


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ac03df


Comments

No comments written yet.

Please login to write comment.