Color Hex Logo

#ae9bea Color Hex

#AE9BEA
(174,155,234)
0 Favorites   0 Comments

Color spaces of #ae9bea

RGB 174155234
HSL0.710.650.76
HSV254°34°92°
CMYK 0.260.340.00   0.08
XYZ44.028238.381982.9298
Yxy38.38190.26630.2321
Hunter Lab61.953118.4365-35.9978
CIE-Lab68.301123.5052-37.3006

#ae9bea color RGB value is (174,155,234).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101110 10011011 11101010
Octal 256 233 352
Decimal 174 155 234
Hex AE 9B EA

RGB Percentages of Color #ae9bea

%30.91
%27.53
%41.56

CMYK Percentages of Color #ae9bea

%26
%34
%0
%8

Triadic Colors of #ae9bea

#ae9bea #eaae9b #9beaae

Analogous Colors of #ae9bea

#ae9bea #d69bea #9bb0ea

Monochromatic Colors of #ae9bea

#ae9bea

Complementary Color

#ae9bea #d7ea9b

#ae9bea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ae9bea Color Preview on White Background

Lorem ipsum dolor sit amet.

#ae9bea Color CSS Codes

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

#ae9bea Text Font Color

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

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


#ae9bea Background Color

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

This div background color is #ae9bea


#ae9bea Border Color

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

This div border color is #ae9bea


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(174,155,234, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #ae9bea">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ae9bea


Comments

No comments written yet.

Please login to write comment.