Color Hex Logo

#ae6abe Color Hex

#AE6ABE
(174,106,190)
0 Favorites   0 Comments

Color spaces of #ae6abe

RGB 174106190
HSL0.800.390.58
HSV289°44°75°
CMYK 0.080.440.00   0.25
XYZ31.903923.024451.4778
Yxy23.02440.29980.2164
Hunter Lab47.983734.7113-30.0187
CIE-Lab55.097541.0323-33.2239

#ae6abe color RGB value is (174,106,190).

#ae6abe hex color red value is 174, green value is 106 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #ae6abe hue: 0.80 , saturation: 0.39 and the lightness value of ae6abe is 0.58.

The process color (four color CMYK) of #ae6abe color hex is 0.08, 0.44, 0.00, 0.25. Web safe color of #ae6abe is #9966cc. Color #ae6abe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 01101010 10111110
Octal 256 152 276
Decimal 174 106 190
Hex AE 6A BE

RGB Percentages of Color #ae6abe

%37.02
%22.55
%40.43

CMYK Percentages of Color #ae6abe

%8
%44
%0
%25

Triadic Colors of #ae6abe

#ae6abe #beae6a #6abeae

Analogous Colors of #ae6abe

#ae6abe #be6aa4 #846abe

Monochromatic Colors of #ae6abe

#ae6abe

Complementary Color

#ae6abe #7abe6a

#ae6abe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ae6abe Color Preview on White Background

Lorem ipsum dolor sit amet.

#ae6abe Color CSS Codes

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

#ae6abe Text Font Color

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

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


#ae6abe Background Color

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

This div background color is #ae6abe


#ae6abe Border Color

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

This div border color is #ae6abe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ae6abe


Comments

No comments written yet.

Please login to write comment.