Color Hex Logo

#ae236f Color Hex

#AE236F
(174,35,111)
0 Favorites   0 Comments

Color spaces of #ae236f

RGB 17435111
HSL0.910.670.41
HSV327°80°68°
CMYK 0.000.800.36   0.32
XYZ20.925811.348416.1265
Yxy11.34840.43230.2345
Hunter Lab33.687451.9270-4.8016
CIE-Lab40.161259.8409-8.9877

#ae236f color RGB value is (174,35,111).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101110 00100011 01101111
Octal 256 43 157
Decimal 174 35 111
Hex AE 23 6F

RGB Percentages of Color #ae236f

%54.38
%10.94
%34.69

CMYK Percentages of Color #ae236f

%0
%80
%36
%32

Triadic Colors of #ae236f

#ae236f #6fae23 #236fae

Analogous Colors of #ae236f

#ae236f #ae2329 #a823ae

Monochromatic Colors of #ae236f

#ae236f

Complementary Color

#ae236f #23ae62

#ae236f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ae236f Color Preview on White Background

Lorem ipsum dolor sit amet.

#ae236f Color CSS Codes

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

#ae236f Text Font Color

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

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


#ae236f Background Color

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

This div background color is #ae236f


#ae236f Border Color

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

This div border color is #ae236f


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(174,35,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 #ae236f">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ae236f


Comments

No comments written yet.

Please login to write comment.