Color Hex Logo

#ae088e Color Hex

#AE088E
(174,8,142)
0 Favorites   0 Comments

Color spaces of #ae088e

RGB 1748142
HSL0.870.910.36
HSV312°95°68°
CMYK 0.000.950.18   0.32
XYZ22.424911.125326.5567
Yxy11.12530.37310.1851
Hunter Lab33.354661.6382-23.8580
CIE-Lab39.790768.4817-28.7683

#ae088e color RGB value is (174,8,142).

#ae088e hex color red value is 174, green value is 8 and the blue value of its RGB is 142. Cylindrical-coordinate representations (also known as HSL) of color #ae088e hue: 0.87 , saturation: 0.91 and the lightness value of ae088e is 0.36.

The process color (four color CMYK) of #ae088e color hex is 0.00, 0.95, 0.18, 0.32. Web safe color of #ae088e is #990099. Color #ae088e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 00001000 10001110
Octal 256 10 216
Decimal 174 8 142
Hex AE 8 8E

RGB Percentages of Color #ae088e

%53.70
%2.47
%43.83

CMYK Percentages of Color #ae088e

%0
%95
%18
%32

Triadic Colors of #ae088e

#ae088e #8eae08 #088eae

Analogous Colors of #ae088e

#ae088e #ae083b #7b08ae

Monochromatic Colors of #ae088e

#ae088e

Complementary Color

#ae088e #08ae28

#ae088e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ae088e Color Preview on White Background

Lorem ipsum dolor sit amet.

#ae088e Color CSS Codes

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

#ae088e Text Font Color

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

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


#ae088e Background Color

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

This div background color is #ae088e


#ae088e Border Color

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

This div border color is #ae088e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ae088e


Comments

No comments written yet.

Please login to write comment.