Color Hex Logo

#ac4eda Color Hex

#AC4EDA
(172,78,218)
0 Favorites   0 Comments

Color spaces of #ac4eda

RGB 17278218
HSL0.780.650.58
HSV280°64°85°
CMYK 0.210.640.00   0.15
XYZ32.392519.281468.3441
Yxy19.28140.26990.1607
Hunter Lab43.910654.8345-61.5438
CIE-Lab51.014860.3949-55.6992

#ac4eda color RGB value is (172,78,218).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101100 01001110 11011010
Octal 254 116 332
Decimal 172 78 218
Hex AC 4E DA

RGB Percentages of Color #ac4eda

%36.75
%16.67
%46.58

CMYK Percentages of Color #ac4eda

%21
%64
%0
%15

Triadic Colors of #ac4eda

#ac4eda #daac4e #4edaac

Analogous Colors of #ac4eda

#ac4eda #da4ec2 #664eda

Monochromatic Colors of #ac4eda

#ac4eda

Complementary Color

#ac4eda #7cda4e

#ac4eda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ac4eda Color Preview on White Background

Lorem ipsum dolor sit amet.

#ac4eda Color CSS Codes

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

#ac4eda Text Font Color

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

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


#ac4eda Background Color

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

This div background color is #ac4eda


#ac4eda Border Color

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

This div border color is #ac4eda


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ac4eda


Comments

No comments written yet.

Please login to write comment.