Color Hex Logo

#ae2dda Color Hex

#AE2DDA
(174,45,218)
0 Favorites   0 Comments

Color spaces of #ae2dda

RGB 17445218
HSL0.790.700.52
HSV285°79°85°
CMYK 0.200.790.00   0.15
XYZ31.048815.937467.7694
Yxy15.93740.27060.1389
Hunter Lab39.921768.9642-72.7031
CIE-Lab46.892373.2670-62.3258

#ae2dda color RGB value is (174,45,218).

#ae2dda hex color red value is 174, green value is 45 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #ae2dda hue: 0.79 , saturation: 0.70 and the lightness value of ae2dda is 0.52.

The process color (four color CMYK) of #ae2dda color hex is 0.20, 0.79, 0.00, 0.15. Web safe color of #ae2dda is #9933cc. Color #ae2dda contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 00101101 11011010
Octal 256 55 332
Decimal 174 45 218
Hex AE 2D DA

RGB Percentages of Color #ae2dda

%39.82
%10.30
%49.89

CMYK Percentages of Color #ae2dda

%20
%79
%0
%15

Triadic Colors of #ae2dda

#ae2dda #daae2d #2ddaae

Analogous Colors of #ae2dda

#ae2dda #da2db0 #572dda

Monochromatic Colors of #ae2dda

#ae2dda

Complementary Color

#ae2dda #59da2d

#ae2dda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ae2dda Color Preview on White Background

Lorem ipsum dolor sit amet.

#ae2dda Color CSS Codes

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

#ae2dda Text Font Color

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

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


#ae2dda Background Color

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

This div background color is #ae2dda


#ae2dda Border Color

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

This div border color is #ae2dda


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ae2dda


Comments

No comments written yet.

Please login to write comment.