Color Hex Logo

#ae285e Color Hex

#AE285E
(174,40,94)
0 Favorites   0 Comments

Color spaces of #ae285e

RGB 1744094
HSL0.930.630.42
HSV336°77°68°
CMYK 0.000.770.46   0.32
XYZ20.234711.324411.7090
Yxy11.32440.46770.2617
Hunter Lab33.651748.44102.9265
CIE-Lab40.121656.65071.6534

#ae285e color RGB value is (174,40,94).

#ae285e hex color red value is 174, green value is 40 and the blue value of its RGB is 94. Cylindrical-coordinate representations (also known as HSL) of color #ae285e hue: 0.93 , saturation: 0.63 and the lightness value of ae285e is 0.42.

The process color (four color CMYK) of #ae285e color hex is 0.00, 0.77, 0.46, 0.32. Web safe color of #ae285e is #993366. Color #ae285e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 00101000 01011110
Octal 256 50 136
Decimal 174 40 94
Hex AE 28 5E

RGB Percentages of Color #ae285e

%56.49
%12.99
%30.52

CMYK Percentages of Color #ae285e

%0
%77
%46
%32

Triadic Colors of #ae285e

#ae285e #5eae28 #285eae

Analogous Colors of #ae285e

#ae285e #ae3528 #ae28a1

Monochromatic Colors of #ae285e

#ae285e

Complementary Color

#ae285e #28ae78

#ae285e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ae285e Color Preview on White Background

Lorem ipsum dolor sit amet.

#ae285e Color CSS Codes

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

#ae285e Text Font Color

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

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


#ae285e Background Color

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

This div background color is #ae285e


#ae285e Border Color

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

This div border color is #ae285e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ae285e


Comments

No comments written yet.

Please login to write comment.