Color Hex Logo

#ae5aeb Color Hex

#AE5AEB
(174,90,235)
0 Favorites   0 Comments

Color spaces of #ae5aeb

RGB 17490235
HSL0.760.780.64
HSV275°62°92°
CMYK 0.260.620.00   0.08
XYZ36.107122.309281.0003
Yxy22.30920.25900.1600
Hunter Lab47.232653.7977-68.6150
CIE-Lab54.353558.8738-59.9205

#ae5aeb color RGB value is (174,90,235).

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

The process color (four color CMYK) of #ae5aeb color hex is 0.26, 0.62, 0.00, 0.08. Web safe color of #ae5aeb is #9966ff. Color #ae5aeb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 01011010 11101011
Octal 256 132 353
Decimal 174 90 235
Hex AE 5A EB

RGB Percentages of Color #ae5aeb

%34.87
%18.04
%47.09

CMYK Percentages of Color #ae5aeb

%26
%62
%0
%8

Triadic Colors of #ae5aeb

#ae5aeb #ebae5a #5aebae

Analogous Colors of #ae5aeb

#ae5aeb #eb5ae0 #665aeb

Monochromatic Colors of #ae5aeb

#ae5aeb

Complementary Color

#ae5aeb #97eb5a

#ae5aeb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ae5aeb Color Preview on White Background

Lorem ipsum dolor sit amet.

#ae5aeb Color CSS Codes

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

#ae5aeb Text Font Color

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

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


#ae5aeb Background Color

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

This div background color is #ae5aeb


#ae5aeb Border Color

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

This div border color is #ae5aeb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ae5aeb


Comments

No comments written yet.

Please login to write comment.