Color Hex Logo

#ae2539 Color Hex

#AE2539
(174,37,57)
0 Favorites   0 Comments

Color spaces of #ae2539

RGB 1743757
HSL0.980.650.41
HSV351°79°68°
CMYK 0.000.790.67   0.32
XYZ18.855610.61724.9264
Yxy10.61720.54810.3086
Hunter Lab32.584046.271613.8447
CIE-Lab38.928154.852023.4370

#ae2539 color RGB value is (174,37,57).

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

The process color (four color CMYK) of #ae2539 color hex is 0.00, 0.79, 0.67, 0.32. Web safe color of #ae2539 is #993333. Color #ae2539 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 00100101 00111001
Octal 256 45 71
Decimal 174 37 57
Hex AE 25 39

RGB Percentages of Color #ae2539

%64.93
%13.81
%21.27

CMYK Percentages of Color #ae2539

%0
%79
%67
%32

Triadic Colors of #ae2539

#ae2539 #39ae25 #2539ae

Analogous Colors of #ae2539

#ae2539 #ae5625 #ae257e

Monochromatic Colors of #ae2539

#ae2539

Complementary Color

#ae2539 #25ae9a

#ae2539 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ae2539 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ae2539 Color CSS Codes

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

#ae2539 Text Font Color

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

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


#ae2539 Background Color

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

This div background color is #ae2539


#ae2539 Border Color

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

This div border color is #ae2539


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ae2539


Comments

No comments written yet.

Please login to write comment.