Color Hex Logo

#ae2aeb Color Hex

#AE2AEB
(174,42,235)
0 Favorites   0 Comments

Color spaces of #ae2aeb

RGB 17442235
HSL0.780.830.54
HSV281°82°92°
CMYK 0.260.820.00   0.08
XYZ33.278916.652880.0576
Yxy16.65280.25600.1281
Hunter Lab40.807874.1535-87.7508
CIE-Lab47.819677.3246-70.4803

#ae2aeb color RGB value is (174,42,235).

#ae2aeb hex color red value is 174, green value is 42 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #ae2aeb hue: 0.78 , saturation: 0.83 and the lightness value of ae2aeb is 0.54.

The process color (four color CMYK) of #ae2aeb color hex is 0.26, 0.82, 0.00, 0.08. Web safe color of #ae2aeb is #9933ff. Color #ae2aeb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 00101010 11101011
Octal 256 52 353
Decimal 174 42 235
Hex AE 2A EB

RGB Percentages of Color #ae2aeb

%38.58
%9.31
%52.11

CMYK Percentages of Color #ae2aeb

%26
%82
%0
%8

Triadic Colors of #ae2aeb

#ae2aeb #ebae2a #2aebae

Analogous Colors of #ae2aeb

#ae2aeb #eb2ac8 #4d2aeb

Monochromatic Colors of #ae2aeb

#ae2aeb

Complementary Color

#ae2aeb #67eb2a

#ae2aeb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ae2aeb Color Preview on White Background

Lorem ipsum dolor sit amet.

#ae2aeb Color CSS Codes

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

#ae2aeb Text Font Color

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

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


#ae2aeb Background Color

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

This div background color is #ae2aeb


#ae2aeb Border Color

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

This div border color is #ae2aeb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ae2aeb


Comments

No comments written yet.

Please login to write comment.