Color Hex Logo

#ac1edf Color Hex

#AC1EDF
(172,30,223)
0 Favorites   0 Comments

Color spaces of #ac1edf

RGB 17230223
HSL0.790.760.50
HSV284°87°87°
CMYK 0.230.870.00   0.13
XYZ30.796815.026971.0893
Yxy15.02690.26340.1285
Hunter Lab38.764573.9728-81.5952
CIE-Lab45.671077.5968-67.1754

#ac1edf color RGB value is (172,30,223).

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

The process color (four color CMYK) of #ac1edf color hex is 0.23, 0.87, 0.00, 0.13. Web safe color of #ac1edf is #9933cc. Color #ac1edf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101100 00011110 11011111
Octal 254 36 337
Decimal 172 30 223
Hex AC 1E DF

RGB Percentages of Color #ac1edf

%40.47
%7.06
%52.47

CMYK Percentages of Color #ac1edf

%23
%87
%0
%13

Triadic Colors of #ac1edf

#ac1edf #dfac1e #1edfac

Analogous Colors of #ac1edf

#ac1edf #df1eb2 #4b1edf

Monochromatic Colors of #ac1edf

#ac1edf

Complementary Color

#ac1edf #51df1e

#ac1edf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ac1edf Color Preview on White Background

Lorem ipsum dolor sit amet.

#ac1edf Color CSS Codes

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

#ac1edf Text Font Color

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

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


#ac1edf Background Color

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

This div background color is #ac1edf


#ac1edf Border Color

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

This div border color is #ac1edf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ac1edf


Comments

No comments written yet.

Please login to write comment.