Color Hex Logo

#ae3474 Color Hex

#AE3474
(174,52,116)
0 Favorites   0 Comments

Color spaces of #ae3474

RGB 17452116
HSL0.910.540.44
HSV329°70°68°
CMYK 0.000.700.33   0.32
XYZ21.835912.715617.8265
Yxy12.71560.41690.2428
Hunter Lab35.658946.9021-4.6788
CIE-Lab42.331654.8007-8.8404

#ae3474 color RGB value is (174,52,116).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101110 00110100 01110100
Octal 256 64 164
Decimal 174 52 116
Hex AE 34 74

RGB Percentages of Color #ae3474

%50.88
%15.20
%33.92

CMYK Percentages of Color #ae3474

%0
%70
%33
%32

Triadic Colors of #ae3474

#ae3474 #74ae34 #3474ae

Analogous Colors of #ae3474

#ae3474 #ae3437 #ab34ae

Monochromatic Colors of #ae3474

#ae3474

Complementary Color

#ae3474 #34ae6e

#ae3474 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ae3474 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ae3474 Color CSS Codes

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

#ae3474 Text Font Color

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

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


#ae3474 Background Color

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

This div background color is #ae3474


#ae3474 Border Color

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

This div border color is #ae3474


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ae3474


Comments

No comments written yet.

Please login to write comment.