Color Hex Logo

#ae44df Color Hex

#AE44DF
(174,68,223)
0 Favorites   0 Comments

Color spaces of #ae44df

RGB 17468223
HSL0.780.710.57
HSV281°70°87°
CMYK 0.220.700.00   0.13
XYZ32.842018.460671.6443
Yxy18.46060.26710.1502
Hunter Lab42.965861.2509-68.7884
CIE-Lab50.050166.1613-60.0757

#ae44df color RGB value is (174,68,223).

#ae44df hex color red value is 174, green value is 68 and the blue value of its RGB is 223. Cylindrical-coordinate representations (also known as HSL) of color #ae44df hue: 0.78 , saturation: 0.71 and the lightness value of ae44df is 0.57.

The process color (four color CMYK) of #ae44df color hex is 0.22, 0.70, 0.00, 0.13. Web safe color of #ae44df is #9933cc. Color #ae44df contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 01000100 11011111
Octal 256 104 337
Decimal 174 68 223
Hex AE 44 DF

RGB Percentages of Color #ae44df

%37.42
%14.62
%47.96

CMYK Percentages of Color #ae44df

%22
%70
%0
%13

Triadic Colors of #ae44df

#ae44df #dfae44 #44dfae

Analogous Colors of #ae44df

#ae44df #df44c3 #6144df

Monochromatic Colors of #ae44df

#ae44df

Complementary Color

#ae44df #75df44

#ae44df Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ae44df Color Preview on White Background

Lorem ipsum dolor sit amet.

#ae44df Color CSS Codes

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

#ae44df Text Font Color

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

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


#ae44df Background Color

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

This div background color is #ae44df


#ae44df Border Color

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

This div border color is #ae44df


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ae44df


Comments

No comments written yet.

Please login to write comment.