Color Hex Logo

#ae245b Color Hex

#AE245B
(174,36,91)
0 Favorites   0 Comments

Color spaces of #ae245b

RGB 1743691
HSL0.930.660.41
HSV336°79°68°
CMYK 0.000.790.48   0.32
XYZ19.974811.015810.9710
Yxy11.01580.47600.2625
Hunter Lab33.190149.34423.6347
CIE-Lab39.607157.58452.8080

#ae245b color RGB value is (174,36,91).

#ae245b hex color red value is 174, green value is 36 and the blue value of its RGB is 91. Cylindrical-coordinate representations (also known as HSL) of color #ae245b hue: 0.93 , saturation: 0.66 and the lightness value of ae245b is 0.41.

The process color (four color CMYK) of #ae245b color hex is 0.00, 0.79, 0.48, 0.32. Web safe color of #ae245b is #993366. Color #ae245b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 00100100 01011011
Octal 256 44 133
Decimal 174 36 91
Hex AE 24 5B

RGB Percentages of Color #ae245b

%57.81
%11.96
%30.23

CMYK Percentages of Color #ae245b

%0
%79
%48
%32

Triadic Colors of #ae245b

#ae245b #5bae24 #245bae

Analogous Colors of #ae245b

#ae245b #ae3224 #ae24a0

Monochromatic Colors of #ae245b

#ae245b

Complementary Color

#ae245b #24ae77

#ae245b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ae245b Color Preview on White Background

Lorem ipsum dolor sit amet.

#ae245b Color CSS Codes

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

#ae245b Text Font Color

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

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


#ae245b Background Color

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

This div background color is #ae245b


#ae245b Border Color

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

This div border color is #ae245b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ae245b


Comments

No comments written yet.

Please login to write comment.