Color Hex Logo

#ae88fc Color Hex

#AE88FC
(174,136,252)
0 Favorites   0 Comments

Color spaces of #ae88fc

RGB 174136252
HSL0.720.950.76
HSV260°46°99°
CMYK 0.310.460.00   0.01
XYZ43.830433.635396.2776
Yxy33.63530.25230.1936
Hunter Lab57.995933.4083-57.8287
CIE-Lab64.672038.5676-52.8736

#ae88fc color RGB value is (174,136,252).

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

The process color (four color CMYK) of #ae88fc color hex is 0.31, 0.46, 0.00, 0.01. Web safe color of #ae88fc is #9999ff. Color #ae88fc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 10001000 11111100
Octal 256 210 374
Decimal 174 136 252
Hex AE 88 FC

RGB Percentages of Color #ae88fc

%30.96
%24.20
%44.84

CMYK Percentages of Color #ae88fc

%31
%46
%0
%1

Triadic Colors of #ae88fc

#ae88fc #fcae88 #88fcae

Analogous Colors of #ae88fc

#ae88fc #e888fc #889cfc

Monochromatic Colors of #ae88fc

#ae88fc

Complementary Color

#ae88fc #d6fc88

#ae88fc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ae88fc Color Preview on White Background

Lorem ipsum dolor sit amet.

#ae88fc Color CSS Codes

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

#ae88fc Text Font Color

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

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


#ae88fc Background Color

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

This div background color is #ae88fc


#ae88fc Border Color

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

This div border color is #ae88fc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ae88fc


Comments

No comments written yet.

Please login to write comment.