Color Hex Logo

#ae6baa Color Hex

#AE6BAA
(174,107,170)
0 Favorites   0 Comments

Color spaces of #ae6baa

RGB 174107170
HSL0.840.290.55
HSV304°39°68°
CMYK 0.000.390.02   0.32
XYZ29.969022.416340.7775
Yxy22.41630.32170.2406
Hunter Lab47.345930.1318-17.9225
CIE-Lab54.465936.5826-22.6688

#ae6baa color RGB value is (174,107,170).

#ae6baa hex color red value is 174, green value is 107 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #ae6baa hue: 0.84 , saturation: 0.29 and the lightness value of ae6baa is 0.55.

The process color (four color CMYK) of #ae6baa color hex is 0.00, 0.39, 0.02, 0.32. Web safe color of #ae6baa is #996699. Color #ae6baa contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 01101011 10101010
Octal 256 153 252
Decimal 174 107 170
Hex AE 6B AA

RGB Percentages of Color #ae6baa

%38.58
%23.73
%37.69

CMYK Percentages of Color #ae6baa

%0
%39
%2
%32

Triadic Colors of #ae6baa

#ae6baa #aaae6b #6baaae

Analogous Colors of #ae6baa

#ae6baa #ae6b89 #916bae

Monochromatic Colors of #ae6baa

#ae6baa

Complementary Color

#ae6baa #6bae6f

#ae6baa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ae6baa Color Preview on White Background

Lorem ipsum dolor sit amet.

#ae6baa Color CSS Codes

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

#ae6baa Text Font Color

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

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


#ae6baa Background Color

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

This div background color is #ae6baa


#ae6baa Border Color

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

This div border color is #ae6baa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ae6baa


Comments

No comments written yet.

Please login to write comment.