Color Hex Logo

#ae089d Color Hex

#AE089D
(174,8,157)
0 Favorites   0 Comments

Color spaces of #ae089d

RGB 1748157
HSL0.850.910.36
HSV306°95°68°
CMYK 0.000.950.10   0.32
XYZ23.628211.606732.8933
Yxy11.60670.34680.1704
Hunter Lab34.068664.1782-33.3966
CIE-Lab40.584170.4922-36.6392

#ae089d color RGB value is (174,8,157).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101110 00001000 10011101
Octal 256 10 235
Decimal 174 8 157
Hex AE 8 9D

RGB Percentages of Color #ae089d

%51.33
%2.36
%46.31

CMYK Percentages of Color #ae089d

%0
%95
%10
%32

Triadic Colors of #ae089d

#ae089d #9dae08 #089dae

Analogous Colors of #ae089d

#ae089d #ae084a #6c08ae

Monochromatic Colors of #ae089d

#ae089d

Complementary Color

#ae089d #08ae19

#ae089d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ae089d Color Preview on White Background

Lorem ipsum dolor sit amet.

#ae089d Color CSS Codes

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

#ae089d Text Font Color

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

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


#ae089d Background Color

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

This div background color is #ae089d


#ae089d Border Color

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

This div border color is #ae089d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ae089d


Comments

No comments written yet.

Please login to write comment.