Color Hex Logo

#ae93ab Color Hex

#AE93AB
(174,147,171)
0 Favorites   0 Comments

Color spaces of #ae93ab

RGB 174147171
HSL0.850.140.63
HSV307°16°68°
CMYK 0.000.160.02   0.32
XYZ35.240032.806443.0030
Yxy32.80640.31730.2954
Hunter Lab57.27699.5889-4.4206
CIE-Lab64.003814.3554-8.8004

#ae93ab color RGB value is (174,147,171).

#ae93ab hex color red value is 174, green value is 147 and the blue value of its RGB is 171. Cylindrical-coordinate representations (also known as HSL) of color #ae93ab hue: 0.85 , saturation: 0.14 and the lightness value of ae93ab is 0.63.

The process color (four color CMYK) of #ae93ab color hex is 0.00, 0.16, 0.02, 0.32. Web safe color of #ae93ab is #999999. Color #ae93ab contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 10010011 10101011
Octal 256 223 253
Decimal 174 147 171
Hex AE 93 AB

RGB Percentages of Color #ae93ab

%35.37
%29.88
%34.76

CMYK Percentages of Color #ae93ab

%0
%16
%2
%32

Triadic Colors of #ae93ab

#ae93ab #abae93 #93abae

Analogous Colors of #ae93ab

#ae93ab #ae939e #a493ae

Monochromatic Colors of #ae93ab

#ae93ab

Complementary Color

#ae93ab #93ae96

#ae93ab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ae93ab Color Preview on White Background

Lorem ipsum dolor sit amet.

#ae93ab Color CSS Codes

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

#ae93ab Text Font Color

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

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


#ae93ab Background Color

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

This div background color is #ae93ab


#ae93ab Border Color

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

This div border color is #ae93ab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ae93ab


Comments

No comments written yet.

Please login to write comment.