Color Hex Logo

#ae7adc Color Hex

#AE7ADC
(174,122,220)
0 Favorites   0 Comments

Color spaces of #ae7adc

RGB 174122220
HSL0.760.580.67
HSV272°45°86°
CMYK 0.210.450.00   0.14
XYZ37.333428.085071.1634
Yxy28.08500.27330.2056
Hunter Lab52.995333.0055-42.5194
CIE-Lab59.965538.7386-42.5901

#ae7adc color RGB value is (174,122,220).

#ae7adc hex color red value is 174, green value is 122 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #ae7adc hue: 0.76 , saturation: 0.58 and the lightness value of ae7adc is 0.67.

The process color (four color CMYK) of #ae7adc color hex is 0.21, 0.45, 0.00, 0.14. Web safe color of #ae7adc is #9966cc. Color #ae7adc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 01111010 11011100
Octal 256 172 334
Decimal 174 122 220
Hex AE 7A DC

RGB Percentages of Color #ae7adc

%33.72
%23.64
%42.64

CMYK Percentages of Color #ae7adc

%21
%45
%0
%14

Triadic Colors of #ae7adc

#ae7adc #dcae7a #7adcae

Analogous Colors of #ae7adc

#ae7adc #dc7ad9 #7d7adc

Monochromatic Colors of #ae7adc

#ae7adc

Complementary Color

#ae7adc #a8dc7a

#ae7adc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ae7adc Color Preview on White Background

Lorem ipsum dolor sit amet.

#ae7adc Color CSS Codes

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

#ae7adc Text Font Color

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

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


#ae7adc Background Color

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

This div background color is #ae7adc


#ae7adc Border Color

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

This div border color is #ae7adc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ae7adc


Comments

No comments written yet.

Please login to write comment.