Color Hex Logo

#ac2fdf Color Hex

#AC2FDF
(172,47,223)
0 Favorites   0 Comments

Color spaces of #ac2fdf

RGB 17247223
HSL0.790.730.53
HSV283°79°87°
CMYK 0.230.790.00   0.13
XYZ31.349116.131471.2734
Yxy16.13140.26400.1358
Hunter Lab40.163969.0376-77.0991
CIE-Lab47.146473.2781-64.7813

#ac2fdf color RGB value is (172,47,223).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101100 00101111 11011111
Octal 254 57 337
Decimal 172 47 223
Hex AC 2F DF

RGB Percentages of Color #ac2fdf

%38.91
%10.63
%50.45

CMYK Percentages of Color #ac2fdf

%23
%79
%0
%13

Triadic Colors of #ac2fdf

#ac2fdf #dfac2f #2fdfac

Analogous Colors of #ac2fdf

#ac2fdf #df2fba #542fdf

Monochromatic Colors of #ac2fdf

#ac2fdf

Complementary Color

#ac2fdf #62df2f

#ac2fdf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ac2fdf Color Preview on White Background

Lorem ipsum dolor sit amet.

#ac2fdf Color CSS Codes

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

#ac2fdf Text Font Color

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

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


#ac2fdf Background Color

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

This div background color is #ac2fdf


#ac2fdf Border Color

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

This div border color is #ac2fdf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ac2fdf


Comments

No comments written yet.

Please login to write comment.