Color Hex Logo

#ac14df Color Hex

#AC14DF
(172,20,223)
0 Favorites   0 Comments

Color spaces of #ac14df

RGB 17220223
HSL0.790.840.48
HSV285°91°87°
CMYK 0.230.910.00   0.13
XYZ30.582714.598771.0180
Yxy14.59870.26320.1256
Hunter Lab38.208276.0108-83.4571
CIE-Lab45.079679.3484-68.1371

#ac14df color RGB value is (172,20,223).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101100 00010100 11011111
Octal 254 24 337
Decimal 172 20 223
Hex AC 14 DF

RGB Percentages of Color #ac14df

%41.45
%4.82
%53.73

CMYK Percentages of Color #ac14df

%23
%91
%0
%13

Triadic Colors of #ac14df

#ac14df #dfac14 #14dfac

Analogous Colors of #ac14df

#ac14df #df14ad #4614df

Monochromatic Colors of #ac14df

#ac14df

Complementary Color

#ac14df #47df14

#ac14df Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ac14df Color Preview on White Background

Lorem ipsum dolor sit amet.

#ac14df Color CSS Codes

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

#ac14df Text Font Color

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

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


#ac14df Background Color

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

This div background color is #ac14df


#ac14df Border Color

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

This div border color is #ac14df


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ac14df


Comments

No comments written yet.

Please login to write comment.