Color Hex Logo

#ae255a Color Hex

#AE255A
(174,37,90)
0 Favorites   0 Comments

Color spaces of #ae255a

RGB 1743790
HSL0.940.650.41
HSV337°79°68°
CMYK 0.000.790.48   0.32
XYZ19.962611.060010.7555
Yxy11.06000.47780.2647
Hunter Lab33.256648.94744.1046
CIE-Lab39.681357.20393.5495

#ae255a color RGB value is (174,37,90).

#ae255a hex color red value is 174, green value is 37 and the blue value of its RGB is 90. Cylindrical-coordinate representations (also known as HSL) of color #ae255a hue: 0.94 , saturation: 0.65 and the lightness value of ae255a is 0.41.

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

Base Numbers

BaseRedGreenBlue
Binary 10101110 00100101 01011010
Octal 256 45 132
Decimal 174 37 90
Hex AE 25 5A

RGB Percentages of Color #ae255a

%57.81
%12.29
%29.90

CMYK Percentages of Color #ae255a

%0
%79
%48
%32

Triadic Colors of #ae255a

#ae255a #5aae25 #255aae

Analogous Colors of #ae255a

#ae255a #ae3425 #ae259f

Monochromatic Colors of #ae255a

#ae255a

Complementary Color

#ae255a #25ae79

#ae255a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ae255a Color Preview on White Background

Lorem ipsum dolor sit amet.

#ae255a Color CSS Codes

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

#ae255a Text Font Color

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

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


#ae255a Background Color

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

This div background color is #ae255a


#ae255a Border Color

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

This div border color is #ae255a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ae255a


Comments

No comments written yet.

Please login to write comment.