Color Hex Logo

#ae298d Color Hex

#AE298D
(174,41,141)
0 Favorites   0 Comments

Color spaces of #ae298d

RGB 17441141
HSL0.870.620.42
HSV315°76°68°
CMYK 0.000.760.19   0.32
XYZ23.056212.507626.3983
Yxy12.50760.37210.2019
Hunter Lab35.366154.4788-19.4996
CIE-Lab42.011861.7807-24.6899

#ae298d color RGB value is (174,41,141).

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

The process color (four color CMYK) of #ae298d color hex is 0.00, 0.76, 0.19, 0.32. Web safe color of #ae298d is #993399. Color #ae298d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 00101001 10001101
Octal 256 51 215
Decimal 174 41 141
Hex AE 29 8D

RGB Percentages of Color #ae298d

%48.88
%11.52
%39.61

CMYK Percentages of Color #ae298d

%0
%76
%19
%32

Triadic Colors of #ae298d

#ae298d #8dae29 #298dae

Analogous Colors of #ae298d

#ae298d #ae294b #8d29ae

Monochromatic Colors of #ae298d

#ae298d

Complementary Color

#ae298d #29ae4a

#ae298d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ae298d Color Preview on White Background

Lorem ipsum dolor sit amet.

#ae298d Color CSS Codes

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

#ae298d Text Font Color

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

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


#ae298d Background Color

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

This div background color is #ae298d


#ae298d Border Color

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

This div border color is #ae298d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ae298d


Comments

No comments written yet.

Please login to write comment.