color codes Logo

#ae29bb color codes

#AE29BB
(174,41,187)
0 Favorites   0 Comments

Color spaces of #ae29bb

RGB 17441187
HSL0.820.640.45
HSV295°78°73°
CMYK 0.070.780.00   0.27
XYZ27.218114.172448.3147
Yxy14.17240.30340.1580
Hunter Lab37.646263.1739-49.7396
CIE-Lab44.479268.8805-48.2724

#ae29bb color RGB value is (174,41,187).

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

The process color (four color CMYK) of #ae29bb color code is 0.07, 0.78, 0.00, 0.27. Web safe color of #ae29bb is #9933cc. Color #ae29bb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 00101001 10111011
Octal 256 51 273
Decimal 174 41 187
Hex AE 29 BB

RGB Percentages of Color #ae29bb

%43.28
%10.20
%46.52

CMYK Percentages of Color #ae29bb

%7
%78
%0
%27

Triadic Colors of #ae29bb

#ae29bb #bbae29 #29bbae

Analogous Colors of #ae29bb

#ae29bb #bb297f #6529bb

Monochromatic Colors of #ae29bb

#ae29bb

Complementary Color

#ae29bb #36bb29

#ae29bb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ae29bb Color Preview on White Background

Lorem ipsum dolor sit amet.

#ae29bb Color CSS Codes

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

#ae29bb Text Font Color

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

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


#ae29bb Background Color

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

This div background color is #ae29bb


#ae29bb Border Color

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

This div border color is #ae29bb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ae29bb


Comments

No comments written yet.

Please login to write comment.