Color Hex Logo

#ac0fdf Color Hex

#AC0FDF
(172,15,223)
0 Favorites   0 Comments

Color spaces of #ac0fdf

RGB 17215223
HSL0.790.870.47
HSV285°93°87°
CMYK 0.230.930.00   0.13
XYZ30.503414.440070.9915
Yxy14.44000.26310.1246
Hunter Lab38.000076.7857-84.1654
CIE-Lab44.857480.0095-68.4985

#ac0fdf color RGB value is (172,15,223).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101100 00001111 11011111
Octal 254 17 337
Decimal 172 15 223
Hex AC F DF

RGB Percentages of Color #ac0fdf

%41.95
%3.66
%54.39

CMYK Percentages of Color #ac0fdf

%23
%93
%0
%13

Triadic Colors of #ac0fdf

#ac0fdf #dfac0f #0fdfac

Analogous Colors of #ac0fdf

#ac0fdf #df0faa #440fdf

Monochromatic Colors of #ac0fdf

#ac0fdf

Complementary Color

#ac0fdf #42df0f

#ac0fdf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ac0fdf Color Preview on White Background

Lorem ipsum dolor sit amet.

#ac0fdf Color CSS Codes

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

#ac0fdf Text Font Color

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

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


#ac0fdf Background Color

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

This div background color is #ac0fdf


#ac0fdf Border Color

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

This div border color is #ac0fdf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ac0fdf


Comments

No comments written yet.

Please login to write comment.