Color Hex Logo

#ac4ee5 Color Hex

#AC4EE5
(172,78,229)
0 Favorites   0 Comments

Color spaces of #ac4ee5

RGB 17278229
HSL0.770.740.60
HSV277°66°90°
CMYK 0.250.660.00   0.10
XYZ33.880519.876676.1796
Yxy19.87660.26070.1530
Hunter Lab44.583257.6286-70.1010
CIE-Lab51.697462.7206-60.8312

#ac4ee5 color RGB value is (172,78,229).

#ac4ee5 hex color red value is 172, green value is 78 and the blue value of its RGB is 229. Cylindrical-coordinate representations (also known as HSL) of color #ac4ee5 hue: 0.77 , saturation: 0.74 and the lightness value of ac4ee5 is 0.60.

The process color (four color CMYK) of #ac4ee5 color hex is 0.25, 0.66, 0.00, 0.10. Web safe color of #ac4ee5 is #9966cc. Color #ac4ee5 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101100 01001110 11100101
Octal 254 116 345
Decimal 172 78 229
Hex AC 4E E5

RGB Percentages of Color #ac4ee5

%35.91
%16.28
%47.81

CMYK Percentages of Color #ac4ee5

%25
%66
%0
%10

Triadic Colors of #ac4ee5

#ac4ee5 #e5ac4e #4ee5ac

Analogous Colors of #ac4ee5

#ac4ee5 #e54ed3 #614ee5

Monochromatic Colors of #ac4ee5

#ac4ee5

Complementary Color

#ac4ee5 #87e54e

#ac4ee5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ac4ee5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ac4ee5 Color CSS Codes

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

#ac4ee5 Text Font Color

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

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


#ac4ee5 Background Color

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

This div background color is #ac4ee5


#ac4ee5 Border Color

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

This div border color is #ac4ee5


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ac4ee5


Comments

No comments written yet.

Please login to write comment.