Color Hex Logo

#ae88be Color Hex

#AE88BE
(174,136,190)
0 Favorites   0 Comments

Color spaces of #ae88be

RGB 174136190
HSL0.780.290.64
HSV282°28°75°
CMYK 0.080.280.00   0.25
XYZ35.554030.324752.6946
Yxy30.32470.29980.2557
Hunter Lab55.067918.8779-18.1873
CIE-Lab61.933424.3436-22.6559

#ae88be color RGB value is (174,136,190).

#ae88be hex color red value is 174, green value is 136 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #ae88be hue: 0.78 , saturation: 0.29 and the lightness value of ae88be is 0.64.

The process color (four color CMYK) of #ae88be color hex is 0.08, 0.28, 0.00, 0.25. Web safe color of #ae88be is #9999cc. Color #ae88be contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 10001000 10111110
Octal 256 210 276
Decimal 174 136 190
Hex AE 88 BE

RGB Percentages of Color #ae88be

%34.80
%27.20
%38.00

CMYK Percentages of Color #ae88be

%8
%28
%0
%25

Triadic Colors of #ae88be

#ae88be #beae88 #88beae

Analogous Colors of #ae88be

#ae88be #be88b3 #9388be

Monochromatic Colors of #ae88be

#ae88be

Complementary Color

#ae88be #98be88

#ae88be Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ae88be Color Preview on White Background

Lorem ipsum dolor sit amet.

#ae88be Color CSS Codes

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

#ae88be Text Font Color

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

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


#ae88be Background Color

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

This div background color is #ae88be


#ae88be Border Color

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

This div border color is #ae88be


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ae88be


Comments

No comments written yet.

Please login to write comment.