Color Hex Logo

#ae93bb Color Hex

#AE93BB
(174,147,187)
0 Favorites   0 Comments

Color spaces of #ae93bb

RGB 174147187
HSL0.780.230.65
HSV281°21°73°
CMYK 0.070.210.00   0.27
XYZ36.858933.454051.5283
Yxy33.45400.30250.2746
Hunter Lab57.839412.5323-12.3330
CIE-Lab64.526817.5194-17.0172

#ae93bb color RGB value is (174,147,187).

#ae93bb hex color red value is 174, green value is 147 and the blue value of its RGB is 187. Cylindrical-coordinate representations (also known as HSL) of color #ae93bb hue: 0.78 , saturation: 0.23 and the lightness value of ae93bb is 0.65.

The process color (four color CMYK) of #ae93bb color hex is 0.07, 0.21, 0.00, 0.27. Web safe color of #ae93bb is #9999cc. Color #ae93bb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 10010011 10111011
Octal 256 223 273
Decimal 174 147 187
Hex AE 93 BB

RGB Percentages of Color #ae93bb

%34.25
%28.94
%36.81

CMYK Percentages of Color #ae93bb

%7
%21
%0
%27

Triadic Colors of #ae93bb

#ae93bb #bbae93 #93bbae

Analogous Colors of #ae93bb

#ae93bb #bb93b4 #9a93bb

Monochromatic Colors of #ae93bb

#ae93bb

Complementary Color

#ae93bb #a0bb93

#ae93bb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ae93bb Color Preview on White Background

Lorem ipsum dolor sit amet.

#ae93bb Color CSS Codes

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

#ae93bb Text Font Color

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

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


#ae93bb Background Color

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

This div background color is #ae93bb


#ae93bb Border Color

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

This div border color is #ae93bb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ae93bb


Comments

No comments written yet.

Please login to write comment.