Color Hex Logo

#ae2c6f Color Hex

#AE2C6F
(174,44,111)
0 Favorites   0 Comments

Color spaces of #ae2c6f

RGB 17444111
HSL0.910.600.43
HSV329°75°68°
CMYK 0.000.750.36   0.32
XYZ21.225511.947716.2264
Yxy11.94770.42970.2419
Hunter Lab34.565449.1214-3.6373
CIE-Lab41.132957.0870-7.5304

#ae2c6f color RGB value is (174,44,111).

#ae2c6f hex color red value is 174, green value is 44 and the blue value of its RGB is 111. Cylindrical-coordinate representations (also known as HSL) of color #ae2c6f hue: 0.91 , saturation: 0.60 and the lightness value of ae2c6f is 0.43.

The process color (four color CMYK) of #ae2c6f color hex is 0.00, 0.75, 0.36, 0.32. Web safe color of #ae2c6f is #993366. Color #ae2c6f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 00101100 01101111
Octal 256 54 157
Decimal 174 44 111
Hex AE 2C 6F

RGB Percentages of Color #ae2c6f

%52.89
%13.37
%33.74

CMYK Percentages of Color #ae2c6f

%0
%75
%36
%32

Triadic Colors of #ae2c6f

#ae2c6f #6fae2c #2c6fae

Analogous Colors of #ae2c6f

#ae2c6f #ae2c2e #ac2cae

Monochromatic Colors of #ae2c6f

#ae2c6f

Complementary Color

#ae2c6f #2cae6b

#ae2c6f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ae2c6f Color Preview on White Background

Lorem ipsum dolor sit amet.

#ae2c6f Color CSS Codes

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

#ae2c6f Text Font Color

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

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


#ae2c6f Background Color

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

This div background color is #ae2c6f


#ae2c6f Border Color

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

This div border color is #ae2c6f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ae2c6f


Comments

No comments written yet.

Please login to write comment.