Color Hex Logo

#ae29ab Color Hex

#AE29AB
(174,41,171)
0 Favorites   0 Comments

Color spaces of #ae29ab

RGB 17441171
HSL0.840.620.42
HSV301°76°68°
CMYK 0.000.760.02   0.32
XYZ25.599213.524839.7894
Yxy13.52480.32440.1714
Hunter Lab36.776159.8927-38.4048
CIE-Lab43.543666.2451-40.3265

#ae29ab color RGB value is (174,41,171).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101110 00101001 10101011
Octal 256 51 253
Decimal 174 41 171
Hex AE 29 AB

RGB Percentages of Color #ae29ab

%45.08
%10.62
%44.30

CMYK Percentages of Color #ae29ab

%0
%76
%2
%32

Triadic Colors of #ae29ab

#ae29ab #abae29 #29abae

Analogous Colors of #ae29ab

#ae29ab #ae2969 #6f29ae

Monochromatic Colors of #ae29ab

#ae29ab

Complementary Color

#ae29ab #29ae2c

#ae29ab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ae29ab Color Preview on White Background

Lorem ipsum dolor sit amet.

#ae29ab Color CSS Codes

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

#ae29ab Text Font Color

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

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


#ae29ab Background Color

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

This div background color is #ae29ab


#ae29ab Border Color

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

This div border color is #ae29ab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ae29ab


Comments

No comments written yet.

Please login to write comment.