Color Hex Logo

#ae38f1 Color Hex

#AE38F1
(174,56,241)
0 Favorites   0 Comments

Color spaces of #ae38f1

RGB 17456241
HSL0.770.870.58
HSV278°77°95°
CMYK 0.280.770.00   0.05
XYZ34.746918.177984.8964
Yxy18.17790.25210.1319
Hunter Lab42.635570.8608-88.2141
CIE-Lab49.711274.2785-70.7848

#ae38f1 color RGB value is (174,56,241).

#ae38f1 hex color red value is 174, green value is 56 and the blue value of its RGB is 241. Cylindrical-coordinate representations (also known as HSL) of color #ae38f1 hue: 0.77 , saturation: 0.87 and the lightness value of ae38f1 is 0.58.

The process color (four color CMYK) of #ae38f1 color hex is 0.28, 0.77, 0.00, 0.05. Web safe color of #ae38f1 is #9933ff. Color #ae38f1 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 00111000 11110001
Octal 256 70 361
Decimal 174 56 241
Hex AE 38 F1

RGB Percentages of Color #ae38f1

%36.94
%11.89
%51.17

CMYK Percentages of Color #ae38f1

%28
%77
%0
%5

Triadic Colors of #ae38f1

#ae38f1 #f1ae38 #38f1ae

Analogous Colors of #ae38f1

#ae38f1 #f138d8 #5238f1

Monochromatic Colors of #ae38f1

#ae38f1

Complementary Color

#ae38f1 #7bf138

#ae38f1 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ae38f1 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ae38f1 Color CSS Codes

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

#ae38f1 Text Font Color

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

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


#ae38f1 Background Color

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

This div background color is #ae38f1


#ae38f1 Border Color

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

This div border color is #ae38f1


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ae38f1


Comments

No comments written yet.

Please login to write comment.