Color Hex Logo

#ae8beb Color Hex

#AE8BEB
(174,139,235)
0 Favorites   0 Comments

Color spaces of #ae8beb

RGB 174139235
HSL0.730.710.73
HSV262°41°92°
CMYK 0.260.410.00   0.08
XYZ41.683633.462182.8591
Yxy33.46210.26380.2118
Hunter Lab57.846427.3942-44.4344
CIE-Lab64.533332.7528-43.7449

#ae8beb color RGB value is (174,139,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101110 10001011 11101011
Octal 256 213 353
Decimal 174 139 235
Hex AE 8B EB

RGB Percentages of Color #ae8beb

%31.75
%25.36
%42.88

CMYK Percentages of Color #ae8beb

%26
%41
%0
%8

Triadic Colors of #ae8beb

#ae8beb #ebae8b #8bebae

Analogous Colors of #ae8beb

#ae8beb #de8beb #8b98eb

Monochromatic Colors of #ae8beb

#ae8beb

Complementary Color

#ae8beb #c8eb8b

#ae8beb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ae8beb Color Preview on White Background

Lorem ipsum dolor sit amet.

#ae8beb Color CSS Codes

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

#ae8beb Text Font Color

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

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


#ae8beb Background Color

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

This div background color is #ae8beb


#ae8beb Border Color

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

This div border color is #ae8beb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ae8beb


Comments

No comments written yet.

Please login to write comment.