Color Hex Logo

#ae9aeb Color Hex

#AE9AEB
(174,154,235)
0 Favorites   0 Comments

Color spaces of #ae9aeb

RGB 174154235
HSL0.710.670.76
HSV255°34°92°
CMYK 0.260.340.00   0.08
XYZ44.006638.108083.6335
Yxy38.10800.26550.2299
Hunter Lab61.731719.2167-37.1134
CIE-Lab68.100124.3083-38.1623

#ae9aeb color RGB value is (174,154,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101110 10011010 11101011
Octal 256 232 353
Decimal 174 154 235
Hex AE 9A EB

RGB Percentages of Color #ae9aeb

%30.91
%27.35
%41.74

CMYK Percentages of Color #ae9aeb

%26
%34
%0
%8

Triadic Colors of #ae9aeb

#ae9aeb #ebae9a #9aebae

Analogous Colors of #ae9aeb

#ae9aeb #d79aeb #9aafeb

Monochromatic Colors of #ae9aeb

#ae9aeb

Complementary Color

#ae9aeb #d7eb9a

#ae9aeb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ae9aeb Color Preview on White Background

Lorem ipsum dolor sit amet.

#ae9aeb Color CSS Codes

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

#ae9aeb Text Font Color

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

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


#ae9aeb Background Color

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

This div background color is #ae9aeb


#ae9aeb Border Color

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

This div border color is #ae9aeb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ae9aeb


Comments

No comments written yet.

Please login to write comment.