Color Hex Logo

#ae5861 Color Hex

#AE5861
(174,88,97)
0 Favorites   0 Comments

Color spaces of #ae5861

RGB 1748897
HSL0.980.350.51
HSV354°49°68°
CMYK 0.000.490.44   0.32
XYZ23.103016.841213.3423
Yxy16.84120.43360.3161
Hunter Lab41.038028.67289.4502
CIE-Lab48.059335.924411.1080

#ae5861 color RGB value is (174,88,97).

#ae5861 hex color red value is 174, green value is 88 and the blue value of its RGB is 97. Cylindrical-coordinate representations (also known as HSL) of color #ae5861 hue: 0.98 , saturation: 0.35 and the lightness value of ae5861 is 0.51.

The process color (four color CMYK) of #ae5861 color hex is 0.00, 0.49, 0.44, 0.32. Web safe color of #ae5861 is #996666. Color #ae5861 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 01011000 01100001
Octal 256 130 141
Decimal 174 88 97
Hex AE 58 61

RGB Percentages of Color #ae5861

%48.47
%24.51
%27.02

CMYK Percentages of Color #ae5861

%0
%49
%44
%32

Triadic Colors of #ae5861

#ae5861 #61ae58 #5861ae

Analogous Colors of #ae5861

#ae5861 #ae7a58 #ae588c

Monochromatic Colors of #ae5861

#ae5861

Complementary Color

#ae5861 #58aea5

#ae5861 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ae5861 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ae5861 Color CSS Codes

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

#ae5861 Text Font Color

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

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


#ae5861 Background Color

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

This div background color is #ae5861


#ae5861 Border Color

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

This div border color is #ae5861


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ae5861


Comments

No comments written yet.

Please login to write comment.