Color Hex Logo

#ae8bee Color Hex

#AE8BEE
(174,139,238)
0 Favorites   0 Comments

Color spaces of #ae8bee

RGB 174139238
HSL0.730.740.74
HSV261°42°93°
CMYK 0.270.420.00   0.07
XYZ42.120833.637085.1615
Yxy33.63700.26180.2090
Hunter Lab57.997428.1407-46.4613
CIE-Lab64.673433.4726-45.1792

#ae8bee color RGB value is (174,139,238).

#ae8bee hex color red value is 174, green value is 139 and the blue value of its RGB is 238. Cylindrical-coordinate representations (also known as HSL) of color #ae8bee hue: 0.73 , saturation: 0.74 and the lightness value of ae8bee is 0.74.

The process color (four color CMYK) of #ae8bee color hex is 0.27, 0.42, 0.00, 0.07. Web safe color of #ae8bee is #9999ff. Color #ae8bee contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 10001011 11101110
Octal 256 213 356
Decimal 174 139 238
Hex AE 8B EE

RGB Percentages of Color #ae8bee

%31.58
%25.23
%43.19

CMYK Percentages of Color #ae8bee

%27
%42
%0
%7

Triadic Colors of #ae8bee

#ae8bee #eeae8b #8beeae

Analogous Colors of #ae8bee

#ae8bee #e08bee #8b9aee

Monochromatic Colors of #ae8bee

#ae8bee

Complementary Color

#ae8bee #cbee8b

#ae8bee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ae8bee Color Preview on White Background

Lorem ipsum dolor sit amet.

#ae8bee Color CSS Codes

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

#ae8bee Text Font Color

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

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


#ae8bee Background Color

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

This div background color is #ae8bee


#ae8bee Border Color

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

This div border color is #ae8bee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ae8bee


Comments

No comments written yet.

Please login to write comment.