Color Hex Logo

#ac4fda Color Hex

#AC4FDA
(172,79,218)
0 Favorites   0 Comments

Color spaces of #ac4fda

RGB 17279218
HSL0.780.650.58
HSV280°64°85°
CMYK 0.210.640.00   0.15
XYZ32.464119.424668.3679
Yxy19.42460.27000.1615
Hunter Lab44.073354.3534-61.1211
CIE-Lab51.180359.9387-55.4338

#ac4fda color RGB value is (172,79,218).

#ac4fda hex color red value is 172, green value is 79 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #ac4fda hue: 0.78 , saturation: 0.65 and the lightness value of ac4fda is 0.58.

The process color (four color CMYK) of #ac4fda color hex is 0.21, 0.64, 0.00, 0.15. Web safe color of #ac4fda is #9966cc. Color #ac4fda contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101100 01001111 11011010
Octal 254 117 332
Decimal 172 79 218
Hex AC 4F DA

RGB Percentages of Color #ac4fda

%36.67
%16.84
%46.48

CMYK Percentages of Color #ac4fda

%21
%64
%0
%15

Triadic Colors of #ac4fda

#ac4fda #daac4f #4fdaac

Analogous Colors of #ac4fda

#ac4fda #da4fc3 #674fda

Monochromatic Colors of #ac4fda

#ac4fda

Complementary Color

#ac4fda #7dda4f

#ac4fda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ac4fda Color Preview on White Background

Lorem ipsum dolor sit amet.

#ac4fda Color CSS Codes

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

#ac4fda Text Font Color

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

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


#ac4fda Background Color

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

This div background color is #ac4fda


#ac4fda Border Color

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

This div border color is #ac4fda


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(172,79,218, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #ac4fda">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ac4fda


Comments

No comments written yet.

Please login to write comment.