Color Hex Logo

#ae8aeb Color Hex

#AE8AEB
(174,138,235)
0 Favorites   0 Comments

Color spaces of #ae8aeb

RGB 174138235
HSL0.730.710.73
HSV262°41°92°
CMYK 0.260.410.00   0.08
XYZ41.539433.173882.8111
Yxy33.17380.26370.2106
Hunter Lab57.596727.9420-44.9280
CIE-Lab64.301433.3140-44.1095

#ae8aeb color RGB value is (174,138,235).

#ae8aeb hex color red value is 174, green value is 138 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #ae8aeb hue: 0.73 , saturation: 0.71 and the lightness value of ae8aeb is 0.73.

The process color (four color CMYK) of #ae8aeb color hex is 0.26, 0.41, 0.00, 0.08. Web safe color of #ae8aeb is #9999ff. Color #ae8aeb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 10001010 11101011
Octal 256 212 353
Decimal 174 138 235
Hex AE 8A EB

RGB Percentages of Color #ae8aeb

%31.81
%25.23
%42.96

CMYK Percentages of Color #ae8aeb

%26
%41
%0
%8

Triadic Colors of #ae8aeb

#ae8aeb #ebae8a #8aebae

Analogous Colors of #ae8aeb

#ae8aeb #df8aeb #8a97eb

Monochromatic Colors of #ae8aeb

#ae8aeb

Complementary Color

#ae8aeb #c7eb8a

#ae8aeb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ae8aeb Color Preview on White Background

Lorem ipsum dolor sit amet.

#ae8aeb Color CSS Codes

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

#ae8aeb Text Font Color

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

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


#ae8aeb Background Color

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

This div background color is #ae8aeb


#ae8aeb Border Color

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

This div border color is #ae8aeb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ae8aeb


Comments

No comments written yet.

Please login to write comment.