Color Hex Logo

#ae2556 Color Hex

#AE2556
(174,37,86)
0 Favorites   0 Comments

Color spaces of #ae2556

RGB 1743786
HSL0.940.650.41
HSV339°79°68°
CMYK 0.000.790.51   0.32
XYZ19.796810.99379.8827
Yxy10.99370.48670.2703
Hunter Lab33.156748.55215.5377
CIE-Lab39.569956.85935.9290

#ae2556 color RGB value is (174,37,86).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101110 00100101 01010110
Octal 256 45 126
Decimal 174 37 86
Hex AE 25 56

RGB Percentages of Color #ae2556

%58.59
%12.46
%28.96

CMYK Percentages of Color #ae2556

%0
%79
%51
%32

Triadic Colors of #ae2556

#ae2556 #56ae25 #2556ae

Analogous Colors of #ae2556

#ae2556 #ae3925 #ae259b

Monochromatic Colors of #ae2556

#ae2556

Complementary Color

#ae2556 #25ae7d

#ae2556 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ae2556 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ae2556 Color CSS Codes

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

#ae2556 Text Font Color

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

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


#ae2556 Background Color

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

This div background color is #ae2556


#ae2556 Border Color

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

This div border color is #ae2556


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ae2556


Comments

No comments written yet.

Please login to write comment.