Color Hex Logo

#ae48e4 Color Hex

#AE48E4
(174,72,228)
0 Favorites   0 Comments

Color spaces of #ae48e4

RGB 17472228
HSL0.780.740.59
HSV279°68°89°
CMYK 0.240.680.00   0.11
XYZ33.776519.234875.3313
Yxy19.23480.26320.1499
Hunter Lab43.857560.7197-71.1385
CIE-Lab50.960865.5326-61.4398

#ae48e4 color RGB value is (174,72,228).

#ae48e4 hex color red value is 174, green value is 72 and the blue value of its RGB is 228. Cylindrical-coordinate representations (also known as HSL) of color #ae48e4 hue: 0.78 , saturation: 0.74 and the lightness value of ae48e4 is 0.59.

The process color (four color CMYK) of #ae48e4 color hex is 0.24, 0.68, 0.00, 0.11. Web safe color of #ae48e4 is #9933cc. Color #ae48e4 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 01001000 11100100
Octal 256 110 344
Decimal 174 72 228
Hex AE 48 E4

RGB Percentages of Color #ae48e4

%36.71
%15.19
%48.10

CMYK Percentages of Color #ae48e4

%24
%68
%0
%11

Triadic Colors of #ae48e4

#ae48e4 #e4ae48 #48e4ae

Analogous Colors of #ae48e4

#ae48e4 #e448cc #6048e4

Monochromatic Colors of #ae48e4

#ae48e4

Complementary Color

#ae48e4 #7ee448

#ae48e4 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ae48e4 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ae48e4 Color CSS Codes

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

#ae48e4 Text Font Color

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

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


#ae48e4 Background Color

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

This div background color is #ae48e4


#ae48e4 Border Color

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

This div border color is #ae48e4


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ae48e4


Comments

No comments written yet.

Please login to write comment.