Color Hex Logo

#ae2fda Color Hex

#AE2FDA
(174,47,218)
0 Favorites   0 Comments

Color spaces of #ae2fda

RGB 17447218
HSL0.790.700.52
HSV285°78°85°
CMYK 0.200.780.00   0.15
XYZ31.127016.093767.7955
Yxy16.09370.27060.1399
Hunter Lab40.117068.2946-72.1151
CIE-Lab47.097272.6725-61.9943

#ae2fda color RGB value is (174,47,218).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101110 00101111 11011010
Octal 256 57 332
Decimal 174 47 218
Hex AE 2F DA

RGB Percentages of Color #ae2fda

%39.64
%10.71
%49.66

CMYK Percentages of Color #ae2fda

%20
%78
%0
%15

Triadic Colors of #ae2fda

#ae2fda #daae2f #2fdaae

Analogous Colors of #ae2fda

#ae2fda #da2fb1 #582fda

Monochromatic Colors of #ae2fda

#ae2fda

Complementary Color

#ae2fda #5bda2f

#ae2fda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ae2fda Color Preview on White Background

Lorem ipsum dolor sit amet.

#ae2fda Color CSS Codes

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

#ae2fda Text Font Color

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

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


#ae2fda Background Color

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

This div background color is #ae2fda


#ae2fda Border Color

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

This div border color is #ae2fda


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ae2fda


Comments

No comments written yet.

Please login to write comment.