Color Hex Logo

#ae93ba Color Hex

#AE93BA
(174,147,186)
0 Favorites   0 Comments

Color spaces of #ae93ba

RGB 174147186
HSL0.780.220.65
HSV282°21°73°
CMYK 0.060.210.00   0.27
XYZ36.752233.411350.9663
Yxy33.41130.30340.2758
Hunter Lab57.802512.3401-11.8161
CIE-Lab64.492617.3150-16.5076

#ae93ba color RGB value is (174,147,186).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101110 10010011 10111010
Octal 256 223 272
Decimal 174 147 186
Hex AE 93 BA

RGB Percentages of Color #ae93ba

%34.32
%28.99
%36.69

CMYK Percentages of Color #ae93ba

%6
%21
%0
%27

Triadic Colors of #ae93ba

#ae93ba #baae93 #93baae

Analogous Colors of #ae93ba

#ae93ba #ba93b3 #9b93ba

Monochromatic Colors of #ae93ba

#ae93ba

Complementary Color

#ae93ba #9fba93

#ae93ba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ae93ba Color Preview on White Background

Lorem ipsum dolor sit amet.

#ae93ba Color CSS Codes

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

#ae93ba Text Font Color

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

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


#ae93ba Background Color

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

This div background color is #ae93ba


#ae93ba Border Color

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

This div border color is #ae93ba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ae93ba


Comments

No comments written yet.

Please login to write comment.