Color Hex Logo

#ae3aeb Color Hex

#AE3AEB
(174,58,235)
0 Favorites   0 Comments

Color spaces of #ae3aeb

RGB 17458235
HSL0.780.820.57
HSV279°75°92°
CMYK 0.260.750.00   0.08
XYZ33.964018.022980.2859
Yxy18.02290.25680.1363
Hunter Lab42.453468.5120-82.4092
CIE-Lab49.523972.3803-67.7132

#ae3aeb color RGB value is (174,58,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101110 00111010 11101011
Octal 256 72 353
Decimal 174 58 235
Hex AE 3A EB

RGB Percentages of Color #ae3aeb

%37.26
%12.42
%50.32

CMYK Percentages of Color #ae3aeb

%26
%75
%0
%8

Triadic Colors of #ae3aeb

#ae3aeb #ebae3a #3aebae

Analogous Colors of #ae3aeb

#ae3aeb #eb3ad0 #563aeb

Monochromatic Colors of #ae3aeb

#ae3aeb

Complementary Color

#ae3aeb #77eb3a

#ae3aeb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ae3aeb Color Preview on White Background

Lorem ipsum dolor sit amet.

#ae3aeb Color CSS Codes

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

#ae3aeb Text Font Color

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

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


#ae3aeb Background Color

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

This div background color is #ae3aeb


#ae3aeb Border Color

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

This div border color is #ae3aeb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ae3aeb


Comments

No comments written yet.

Please login to write comment.