Color Hex Logo

#ae4acc Color Hex

#AE4ACC
(174,74,204)
0 Favorites   0 Comments

Color spaces of #ae4acc

RGB 17474204
HSL0.790.560.55
HSV286°64°80°
CMYK 0.150.640.00   0.20
XYZ30.803418.255959.0270
Yxy18.25590.28500.1689
Hunter Lab42.726953.9151-51.9999
CIE-Lab49.805059.8023-49.6204

#ae4acc color RGB value is (174,74,204).

#ae4acc hex color red value is 174, green value is 74 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #ae4acc hue: 0.79 , saturation: 0.56 and the lightness value of ae4acc is 0.55.

The process color (four color CMYK) of #ae4acc color hex is 0.15, 0.64, 0.00, 0.20. Web safe color of #ae4acc is #9933cc. Color #ae4acc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 01001010 11001100
Octal 256 112 314
Decimal 174 74 204
Hex AE 4A CC

RGB Percentages of Color #ae4acc

%38.50
%16.37
%45.13

CMYK Percentages of Color #ae4acc

%15
%64
%0
%20

Triadic Colors of #ae4acc

#ae4acc #ccae4a #4accae

Analogous Colors of #ae4acc

#ae4acc #cc4aa9 #6d4acc

Monochromatic Colors of #ae4acc

#ae4acc

Complementary Color

#ae4acc #68cc4a

#ae4acc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ae4acc Color Preview on White Background

Lorem ipsum dolor sit amet.

#ae4acc Color CSS Codes

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

#ae4acc Text Font Color

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

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


#ae4acc Background Color

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

This div background color is #ae4acc


#ae4acc Border Color

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

This div border color is #ae4acc


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(174,74,204, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #ae4acc; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #ae4acc;
  -webkit-box-shadow: 1px 1px 3px 2px #ae4acc;
  box-shadow:         1px 1px 3px 2px #ae4acc; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(174,74,204, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ae4acc


Comments

No comments written yet.

Please login to write comment.