Color Hex Logo

#ae088d Color Hex

#AE088D
(174,8,141)
0 Favorites   0 Comments

Color spaces of #ae088d

RGB 1748141
HSL0.870.910.36
HSV312°95°68°
CMYK 0.000.950.19   0.32
XYZ22.350111.095426.1630
Yxy11.09540.37490.1861
Hunter Lab33.309861.4774-23.2522
CIE-Lab39.740768.3534-28.2339

#ae088d color RGB value is (174,8,141).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101110 00001000 10001101
Octal 256 10 215
Decimal 174 8 141
Hex AE 8 8D

RGB Percentages of Color #ae088d

%53.87
%2.48
%43.65

CMYK Percentages of Color #ae088d

%0
%95
%19
%32

Triadic Colors of #ae088d

#ae088d #8dae08 #088dae

Analogous Colors of #ae088d

#ae088d #ae083a #7c08ae

Monochromatic Colors of #ae088d

#ae088d

Complementary Color

#ae088d #08ae29

#ae088d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ae088d Color Preview on White Background

Lorem ipsum dolor sit amet.

#ae088d Color CSS Codes

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

#ae088d Text Font Color

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

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


#ae088d Background Color

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

This div background color is #ae088d


#ae088d Border Color

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

This div border color is #ae088d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ae088d


Comments

No comments written yet.

Please login to write comment.