Color Hex Logo

#ae88ef Color Hex

#AE88EF
(174,136,239)
0 Favorites   0 Comments

Color spaces of #ae88ef

RGB 174136239
HSL0.730.760.74
HSV262°43°94°
CMYK 0.270.430.00   0.06
XYZ41.839732.839085.7947
Yxy32.83900.26070.2046
Hunter Lab57.305330.0419-48.6523
CIE-Lab64.030335.3946-46.7436

#ae88ef color RGB value is (174,136,239).

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

The process color (four color CMYK) of #ae88ef color hex is 0.27, 0.43, 0.00, 0.06. Web safe color of #ae88ef is #9999ff. Color #ae88ef contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 10001000 11101111
Octal 256 210 357
Decimal 174 136 239
Hex AE 88 EF

RGB Percentages of Color #ae88ef

%31.69
%24.77
%43.53

CMYK Percentages of Color #ae88ef

%27
%43
%0
%6

Triadic Colors of #ae88ef

#ae88ef #efae88 #88efae

Analogous Colors of #ae88ef

#ae88ef #e288ef #8896ef

Monochromatic Colors of #ae88ef

#ae88ef

Complementary Color

#ae88ef #c9ef88

#ae88ef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ae88ef Color Preview on White Background

Lorem ipsum dolor sit amet.

#ae88ef Color CSS Codes

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

#ae88ef Text Font Color

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

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


#ae88ef Background Color

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

This div background color is #ae88ef


#ae88ef Border Color

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

This div border color is #ae88ef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ae88ef


Comments

No comments written yet.

Please login to write comment.