Color Hex Logo

#ae238f Color Hex

#AE238F
(174,35,143)
0 Favorites   0 Comments

Color spaces of #ae238f

RGB 17435143
HSL0.870.670.41
HSV313°80°68°
CMYK 0.000.800.18   0.32
XYZ23.014512.183927.1253
Yxy12.18390.36930.1955
Hunter Lab34.905456.6074-21.6409
CIE-Lab41.506963.7686-26.6948

#ae238f color RGB value is (174,35,143).

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

The process color (four color CMYK) of #ae238f color hex is 0.00, 0.80, 0.18, 0.32. Web safe color of #ae238f is #993399. Color #ae238f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 00100011 10001111
Octal 256 43 217
Decimal 174 35 143
Hex AE 23 8F

RGB Percentages of Color #ae238f

%49.43
%9.94
%40.63

CMYK Percentages of Color #ae238f

%0
%80
%18
%32

Triadic Colors of #ae238f

#ae238f #8fae23 #238fae

Analogous Colors of #ae238f

#ae238f #ae234a #8823ae

Monochromatic Colors of #ae238f

#ae238f

Complementary Color

#ae238f #23ae42

#ae238f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ae238f Color Preview on White Background

Lorem ipsum dolor sit amet.

#ae238f Color CSS Codes

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

#ae238f Text Font Color

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

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


#ae238f Background Color

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

This div background color is #ae238f


#ae238f Border Color

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

This div border color is #ae238f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ae238f


Comments

No comments written yet.

Please login to write comment.