Color Hex Logo

#ae7abe Color Hex

#AE7ABE
(174,122,190)
0 Favorites   0 Comments

Color spaces of #ae7abe

RGB 174122190
HSL0.790.340.61
HSV286°36°75°
CMYK 0.080.360.00   0.25
XYZ33.709426.635452.0797
Yxy26.63540.29980.2369
Hunter Lab51.609526.2729-23.7035
CIE-Lab58.635332.2180-27.7290

#ae7abe color RGB value is (174,122,190).

#ae7abe hex color red value is 174, green value is 122 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #ae7abe hue: 0.79 , saturation: 0.34 and the lightness value of ae7abe is 0.61.

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

Base Numbers

BaseRedGreenBlue
Binary 10101110 01111010 10111110
Octal 256 172 276
Decimal 174 122 190
Hex AE 7A BE

RGB Percentages of Color #ae7abe

%35.80
%25.10
%39.09

CMYK Percentages of Color #ae7abe

%8
%36
%0
%25

Triadic Colors of #ae7abe

#ae7abe #beae7a #7abeae

Analogous Colors of #ae7abe

#ae7abe #be7aac #8c7abe

Monochromatic Colors of #ae7abe

#ae7abe

Complementary Color

#ae7abe #8abe7a

#ae7abe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ae7abe Color Preview on White Background

Lorem ipsum dolor sit amet.

#ae7abe Color CSS Codes

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

#ae7abe Text Font Color

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

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


#ae7abe Background Color

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

This div background color is #ae7abe


#ae7abe Border Color

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

This div border color is #ae7abe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ae7abe


Comments

No comments written yet.

Please login to write comment.