Color Hex Logo

#ae3ead Color Hex

#AE3EAD
(174,62,173)
0 Favorites   0 Comments

Color spaces of #ae3ead

RGB 17462173
HSL0.830.470.46
HSV301°64°68°
CMYK 0.000.640.01   0.32
XYZ26.721015.461041.1111
Yxy15.46100.32080.1856
Hunter Lab39.320552.4923-34.4657
CIE-Lab46.259259.1890-37.2103

#ae3ead color RGB value is (174,62,173).

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

The process color (four color CMYK) of #ae3ead color hex is 0.00, 0.64, 0.01, 0.32. Web safe color of #ae3ead is #993399. Color #ae3ead contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 00111110 10101101
Octal 256 76 255
Decimal 174 62 173
Hex AE 3E AD

RGB Percentages of Color #ae3ead

%42.54
%15.16
%42.30

CMYK Percentages of Color #ae3ead

%0
%64
%1
%32

Triadic Colors of #ae3ead

#ae3ead #adae3e #3eadae

Analogous Colors of #ae3ead

#ae3ead #ae3e75 #773eae

Monochromatic Colors of #ae3ead

#ae3ead

Complementary Color

#ae3ead #3eae3f

#ae3ead Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ae3ead Color Preview on White Background

Lorem ipsum dolor sit amet.

#ae3ead Color CSS Codes

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

#ae3ead Text Font Color

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

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


#ae3ead Background Color

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

This div background color is #ae3ead


#ae3ead Border Color

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

This div border color is #ae3ead


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ae3ead


Comments

No comments written yet.

Please login to write comment.