Color Hex Logo

#ae1adc Color Hex

#AE1ADC
(174,26,220)
0 Favorites   0 Comments

Color spaces of #ae1adc

RGB 17426220
HSL0.790.790.48
HSV286°88°86°
CMYK 0.210.880.00   0.14
XYZ30.743214.904868.9667
Yxy14.90480.26820.1300
Hunter Lab38.606774.5808-78.8904
CIE-Lab45.503578.1193-65.7199

#ae1adc color RGB value is (174,26,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101110 00011010 11011100
Octal 256 32 334
Decimal 174 26 220
Hex AE 1A DC

RGB Percentages of Color #ae1adc

%41.43
%6.19
%52.38

CMYK Percentages of Color #ae1adc

%21
%88
%0
%14

Triadic Colors of #ae1adc

#ae1adc #dcae1a #1adcae

Analogous Colors of #ae1adc

#ae1adc #dc1aa9 #4d1adc

Monochromatic Colors of #ae1adc

#ae1adc

Complementary Color

#ae1adc #48dc1a

#ae1adc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ae1adc Color Preview on White Background

Lorem ipsum dolor sit amet.

#ae1adc Color CSS Codes

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

#ae1adc Text Font Color

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

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


#ae1adc Background Color

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

This div background color is #ae1adc


#ae1adc Border Color

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

This div border color is #ae1adc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ae1adc


Comments

No comments written yet.

Please login to write comment.