Color Hex Logo

#ae2adc Color Hex

#AE2ADC
(174,42,220)
0 Favorites   0 Comments

Color spaces of #ae2adc

RGB 17442220
HSL0.790.720.51
HSV284°81°86°
CMYK 0.210.810.00   0.14
XYZ31.201815.821969.1196
Yxy15.82190.26860.1362
Hunter Lab39.776870.4102-75.1838
CIE-Lab46.740074.4881-63.7149

#ae2adc color RGB value is (174,42,220).

#ae2adc hex color red value is 174, green value is 42 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #ae2adc hue: 0.79 , saturation: 0.72 and the lightness value of ae2adc is 0.51.

The process color (four color CMYK) of #ae2adc color hex is 0.21, 0.81, 0.00, 0.14. Web safe color of #ae2adc is #9933cc. Color #ae2adc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 00101010 11011100
Octal 256 52 334
Decimal 174 42 220
Hex AE 2A DC

RGB Percentages of Color #ae2adc

%39.91
%9.63
%50.46

CMYK Percentages of Color #ae2adc

%21
%81
%0
%14

Triadic Colors of #ae2adc

#ae2adc #dcae2a #2adcae

Analogous Colors of #ae2adc

#ae2adc #dc2ab1 #552adc

Monochromatic Colors of #ae2adc

#ae2adc

Complementary Color

#ae2adc #58dc2a

#ae2adc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ae2adc Color Preview on White Background

Lorem ipsum dolor sit amet.

#ae2adc Color CSS Codes

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

#ae2adc Text Font Color

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

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


#ae2adc Background Color

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

This div background color is #ae2adc


#ae2adc Border Color

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

This div border color is #ae2adc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ae2adc


Comments

No comments written yet.

Please login to write comment.