Color Hex Logo

#ae18eb Color Hex

#AE18EB
(174,24,235)
0 Favorites   0 Comments

Color spaces of #ae18eb

RGB 17424235
HSL0.790.840.51
HSV283°90°92°
CMYK 0.260.900.00   0.08
XYZ32.777615.650179.8905
Yxy15.65010.25540.1220
Hunter Lab39.560278.6658-92.0420
CIE-Lab46.512081.1820-72.6089

#ae18eb color RGB value is (174,24,235).

#ae18eb hex color red value is 174, green value is 24 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #ae18eb hue: 0.79 , saturation: 0.84 and the lightness value of ae18eb is 0.51.

The process color (four color CMYK) of #ae18eb color hex is 0.26, 0.90, 0.00, 0.08. Web safe color of #ae18eb is #9900ff. Color #ae18eb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 00011000 11101011
Octal 256 30 353
Decimal 174 24 235
Hex AE 18 EB

RGB Percentages of Color #ae18eb

%40.18
%5.54
%54.27

CMYK Percentages of Color #ae18eb

%26
%90
%0
%8

Triadic Colors of #ae18eb

#ae18eb #ebae18 #18ebae

Analogous Colors of #ae18eb

#ae18eb #eb18bf #4518eb

Monochromatic Colors of #ae18eb

#ae18eb

Complementary Color

#ae18eb #55eb18

#ae18eb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ae18eb Color Preview on White Background

Lorem ipsum dolor sit amet.

#ae18eb Color CSS Codes

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

#ae18eb Text Font Color

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

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


#ae18eb Background Color

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

This div background color is #ae18eb


#ae18eb Border Color

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

This div border color is #ae18eb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ae18eb


Comments

No comments written yet.

Please login to write comment.