Color Hex Logo

#ae2c7a Color Hex

#AE2C7A
(174,44,122)
0 Favorites   0 Comments

Color spaces of #ae2c7a

RGB 17444122
HSL0.900.600.43
HSV324°75°68°
CMYK 0.000.750.30   0.32
XYZ21.869112.205219.6156
Yxy12.20520.40730.2273
Hunter Lab34.935950.5990-8.8346
CIE-Lab41.540458.3660-13.7487

#ae2c7a color RGB value is (174,44,122).

#ae2c7a hex color red value is 174, green value is 44 and the blue value of its RGB is 122. Cylindrical-coordinate representations (also known as HSL) of color #ae2c7a hue: 0.90 , saturation: 0.60 and the lightness value of ae2c7a is 0.43.

The process color (four color CMYK) of #ae2c7a color hex is 0.00, 0.75, 0.30, 0.32. Web safe color of #ae2c7a is #993366. Color #ae2c7a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 00101100 01111010
Octal 256 54 172
Decimal 174 44 122
Hex AE 2C 7A

RGB Percentages of Color #ae2c7a

%51.18
%12.94
%35.88

CMYK Percentages of Color #ae2c7a

%0
%75
%30
%32

Triadic Colors of #ae2c7a

#ae2c7a #7aae2c #2c7aae

Analogous Colors of #ae2c7a

#ae2c7a #ae2c39 #a12cae

Monochromatic Colors of #ae2c7a

#ae2c7a

Complementary Color

#ae2c7a #2cae60

#ae2c7a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ae2c7a Color Preview on White Background

Lorem ipsum dolor sit amet.

#ae2c7a Color CSS Codes

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

#ae2c7a Text Font Color

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

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


#ae2c7a Background Color

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

This div background color is #ae2c7a


#ae2c7a Border Color

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

This div border color is #ae2c7a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ae2c7a


Comments

No comments written yet.

Please login to write comment.