Color Hex Logo

#ae28a2 Color Hex

#AE28A2
(174,40,162)
0 Favorites   0 Comments

Color spaces of #ae28a2

RGB 17440162
HSL0.850.630.42
HSV305°77°68°
CMYK 0.000.770.07   0.32
XYZ24.735913.124935.4120
Yxy13.12490.33760.1791
Hunter Lab36.228358.4764-32.5943
CIE-Lab42.950865.1287-35.8999

#ae28a2 color RGB value is (174,40,162).

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

The process color (four color CMYK) of #ae28a2 color hex is 0.00, 0.77, 0.07, 0.32. Web safe color of #ae28a2 is #993399. Color #ae28a2 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 00101000 10100010
Octal 256 50 242
Decimal 174 40 162
Hex AE 28 A2

RGB Percentages of Color #ae28a2

%46.28
%10.64
%43.09

CMYK Percentages of Color #ae28a2

%0
%77
%7
%32

Triadic Colors of #ae28a2

#ae28a2 #a2ae28 #28a2ae

Analogous Colors of #ae28a2

#ae28a2 #ae285f #7728ae

Monochromatic Colors of #ae28a2

#ae28a2

Complementary Color

#ae28a2 #28ae34

#ae28a2 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ae28a2 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ae28a2 Color CSS Codes

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

#ae28a2 Text Font Color

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

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


#ae28a2 Background Color

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

This div background color is #ae28a2


#ae28a2 Border Color

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

This div border color is #ae28a2


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ae28a2


Comments

No comments written yet.

Please login to write comment.