Color Hex Logo

#ae10ad Color Hex

#AE10AD
(174,16,173)
0 Favorites   0 Comments

Color spaces of #ae10ad

RGB 17416173
HSL0.830.830.37
HSV300°91°68°
CMYK 0.000.910.01   0.32
XYZ25.183712.386440.5986
Yxy12.38640.32220.1585
Hunter Lab35.194366.1377-43.7583
CIE-Lab41.823871.9016-44.2545

#ae10ad color RGB value is (174,16,173).

#ae10ad hex color red value is 174, green value is 16 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #ae10ad hue: 0.83 , saturation: 0.83 and the lightness value of ae10ad is 0.37.

The process color (four color CMYK) of #ae10ad color hex is 0.00, 0.91, 0.01, 0.32. Web safe color of #ae10ad is #990099. Color #ae10ad contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 00010000 10101101
Octal 256 20 255
Decimal 174 16 173
Hex AE 10 AD

RGB Percentages of Color #ae10ad

%47.93
%4.41
%47.66

CMYK Percentages of Color #ae10ad

%0
%91
%1
%32

Triadic Colors of #ae10ad

#ae10ad #adae10 #10adae

Analogous Colors of #ae10ad

#ae10ad #ae105e #6010ae

Monochromatic Colors of #ae10ad

#ae10ad

Complementary Color

#ae10ad #10ae11

#ae10ad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ae10ad Color Preview on White Background

Lorem ipsum dolor sit amet.

#ae10ad Color CSS Codes

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

#ae10ad Text Font Color

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

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


#ae10ad Background Color

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

This div background color is #ae10ad


#ae10ad Border Color

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

This div border color is #ae10ad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ae10ad


Comments

No comments written yet.

Please login to write comment.