Color Hex Logo

#ae27ad Color Hex

#AE27AD
(174,39,173)
0 Favorites   0 Comments

Color spaces of #ae27ad

RGB 17439173
HSL0.830.630.42
HSV300°78°68°
CMYK 0.000.780.01   0.32
XYZ25.723913.466840.7787
Yxy13.46680.32170.1684
Hunter Lab36.697160.9046-40.1964
CIE-Lab43.458367.1360-41.6488

#ae27ad color RGB value is (174,39,173).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101110 00100111 10101101
Octal 256 47 255
Decimal 174 39 173
Hex AE 27 AD

RGB Percentages of Color #ae27ad

%45.08
%10.10
%44.82

CMYK Percentages of Color #ae27ad

%0
%78
%1
%32

Triadic Colors of #ae27ad

#ae27ad #adae27 #27adae

Analogous Colors of #ae27ad

#ae27ad #ae276a #6c27ae

Monochromatic Colors of #ae27ad

#ae27ad

Complementary Color

#ae27ad #27ae28

#ae27ad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ae27ad Color Preview on White Background

Lorem ipsum dolor sit amet.

#ae27ad Color CSS Codes

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

#ae27ad Text Font Color

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

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


#ae27ad Background Color

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

This div background color is #ae27ad


#ae27ad Border Color

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

This div border color is #ae27ad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ae27ad


Comments

No comments written yet.

Please login to write comment.