Color Hex Logo

#ae46df Color Hex

#AE46DF
(174,70,223)
0 Favorites   0 Comments

Color spaces of #ae46df

RGB 17470223
HSL0.780.710.57
HSV281°69°87°
CMYK 0.220.690.00   0.13
XYZ32.965018.706771.6853
Yxy18.70670.26720.1516
Hunter Lab43.251260.3585-67.9923
CIE-Lab50.342365.3393-59.6050

#ae46df color RGB value is (174,70,223).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101110 01000110 11011111
Octal 256 106 337
Decimal 174 70 223
Hex AE 46 DF

RGB Percentages of Color #ae46df

%37.26
%14.99
%47.75

CMYK Percentages of Color #ae46df

%22
%69
%0
%13

Triadic Colors of #ae46df

#ae46df #dfae46 #46dfae

Analogous Colors of #ae46df

#ae46df #df46c4 #6146df

Monochromatic Colors of #ae46df

#ae46df

Complementary Color

#ae46df #77df46

#ae46df Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ae46df Color Preview on White Background

Lorem ipsum dolor sit amet.

#ae46df Color CSS Codes

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

#ae46df Text Font Color

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

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


#ae46df Background Color

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

This div background color is #ae46df


#ae46df Border Color

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

This div border color is #ae46df


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ae46df


Comments

No comments written yet.

Please login to write comment.