Color Hex Logo

#ae8aba Color Hex

#AE8ABA
(174,138,186)
0 Favorites   0 Comments

Color spaces of #ae8aba

RGB 174138186
HSL0.790.260.64
HSV285°26°73°
CMYK 0.060.260.00   0.27
XYZ35.407030.720850.5179
Yxy30.72080.30350.2634
Hunter Lab55.426317.0318-15.2410
CIE-Lab62.271222.3901-19.8808

#ae8aba color RGB value is (174,138,186).

#ae8aba hex color red value is 174, green value is 138 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #ae8aba hue: 0.79 , saturation: 0.26 and the lightness value of ae8aba is 0.64.

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

Base Numbers

BaseRedGreenBlue
Binary 10101110 10001010 10111010
Octal 256 212 272
Decimal 174 138 186
Hex AE 8A BA

RGB Percentages of Color #ae8aba

%34.94
%27.71
%37.35

CMYK Percentages of Color #ae8aba

%6
%26
%0
%27

Triadic Colors of #ae8aba

#ae8aba #baae8a #8abaae

Analogous Colors of #ae8aba

#ae8aba #ba8aae #968aba

Monochromatic Colors of #ae8aba

#ae8aba

Complementary Color

#ae8aba #96ba8a

#ae8aba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ae8aba Color Preview on White Background

Lorem ipsum dolor sit amet.

#ae8aba Color CSS Codes

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

#ae8aba Text Font Color

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

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


#ae8aba Background Color

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

This div background color is #ae8aba


#ae8aba Border Color

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

This div border color is #ae8aba


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(174,138,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 #ae8aba">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ae8aba


Comments

No comments written yet.

Please login to write comment.