Color Hex Logo

#ae3472 Color Hex

#AE3472
(174,52,114)
0 Favorites   0 Comments

Color spaces of #ae3472

RGB 17452114
HSL0.920.540.44
HSV330°70°68°
CMYK 0.000.700.34   0.32
XYZ21.720812.669617.2202
Yxy12.66960.42090.2455
Hunter Lab35.594446.6361-3.7678
CIE-Lab42.261154.5653-7.7071

#ae3472 color RGB value is (174,52,114).

#ae3472 hex color red value is 174, green value is 52 and the blue value of its RGB is 114. Cylindrical-coordinate representations (also known as HSL) of color #ae3472 hue: 0.92 , saturation: 0.54 and the lightness value of ae3472 is 0.44.

The process color (four color CMYK) of #ae3472 color hex is 0.00, 0.70, 0.34, 0.32. Web safe color of #ae3472 is #993366. Color #ae3472 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 00110100 01110010
Octal 256 64 162
Decimal 174 52 114
Hex AE 34 72

RGB Percentages of Color #ae3472

%51.18
%15.29
%33.53

CMYK Percentages of Color #ae3472

%0
%70
%34
%32

Triadic Colors of #ae3472

#ae3472 #72ae34 #3472ae

Analogous Colors of #ae3472

#ae3472 #ae3435 #ad34ae

Monochromatic Colors of #ae3472

#ae3472

Complementary Color

#ae3472 #34ae70

#ae3472 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ae3472 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ae3472 Color CSS Codes

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

#ae3472 Text Font Color

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

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


#ae3472 Background Color

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

This div background color is #ae3472


#ae3472 Border Color

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

This div border color is #ae3472


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ae3472


Comments

No comments written yet.

Please login to write comment.