Color Hex Logo

#ae29bc Color Hex

#AE29BC
(174,41,188)
0 Favorites   0 Comments

Color spaces of #ae29bc

RGB 17441188
HSL0.820.640.45
HSV294°78°74°
CMYK 0.070.780.00   0.26
XYZ27.325614.215448.8806
Yxy14.21540.30220.1572
Hunter Lab37.703363.3877-50.4744
CIE-Lab44.540369.0504-48.7603

#ae29bc color RGB value is (174,41,188).

#ae29bc hex color red value is 174, green value is 41 and the blue value of its RGB is 188. Cylindrical-coordinate representations (also known as HSL) of color #ae29bc hue: 0.82 , saturation: 0.64 and the lightness value of ae29bc is 0.45.

The process color (four color CMYK) of #ae29bc color hex is 0.07, 0.78, 0.00, 0.26. Web safe color of #ae29bc is #9933cc. Color #ae29bc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 00101001 10111100
Octal 256 51 274
Decimal 174 41 188
Hex AE 29 BC

RGB Percentages of Color #ae29bc

%43.18
%10.17
%46.65

CMYK Percentages of Color #ae29bc

%7
%78
%0
%26

Triadic Colors of #ae29bc

#ae29bc #bcae29 #29bcae

Analogous Colors of #ae29bc

#ae29bc #bc2981 #6529bc

Monochromatic Colors of #ae29bc

#ae29bc

Complementary Color

#ae29bc #37bc29

#ae29bc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ae29bc Color Preview on White Background

Lorem ipsum dolor sit amet.

#ae29bc Color CSS Codes

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

#ae29bc Text Font Color

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

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


#ae29bc Background Color

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

This div background color is #ae29bc


#ae29bc Border Color

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

This div border color is #ae29bc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ae29bc


Comments

No comments written yet.

Please login to write comment.