Color Hex Logo

#ae0adc Color Hex

#AE0ADC
(174,10,220)
0 Favorites   0 Comments

Color spaces of #ae0adc

RGB 17410220
HSL0.800.910.45
HSV287°95°86°
CMYK 0.210.950.00   0.14
XYZ30.482414.383168.8798
Yxy14.38310.26800.1265
Hunter Lab37.925177.1012-81.1354
CIE-Lab44.777480.2759-66.8996

#ae0adc color RGB value is (174,10,220).

#ae0adc hex color red value is 174, green value is 10 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #ae0adc hue: 0.80 , saturation: 0.91 and the lightness value of ae0adc is 0.45.

The process color (four color CMYK) of #ae0adc color hex is 0.21, 0.95, 0.00, 0.14. Web safe color of #ae0adc is #9900cc. Color #ae0adc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 00001010 11011100
Octal 256 12 334
Decimal 174 10 220
Hex AE A DC

RGB Percentages of Color #ae0adc

%43.07
%2.48
%54.46

CMYK Percentages of Color #ae0adc

%21
%95
%0
%14

Triadic Colors of #ae0adc

#ae0adc #dcae0a #0adcae

Analogous Colors of #ae0adc

#ae0adc #dc0aa1 #450adc

Monochromatic Colors of #ae0adc

#ae0adc

Complementary Color

#ae0adc #38dc0a

#ae0adc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ae0adc Color Preview on White Background

Lorem ipsum dolor sit amet.

#ae0adc Color CSS Codes

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

#ae0adc Text Font Color

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

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


#ae0adc Background Color

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

This div background color is #ae0adc


#ae0adc Border Color

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

This div border color is #ae0adc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ae0adc


Comments

No comments written yet.

Please login to write comment.