Color Hex Logo

#ae7aaf Color Hex

#AE7AAF
(174,122,175)
0 Favorites   0 Comments

Color spaces of #ae7aaf

RGB 174122175
HSL0.830.250.58
HSV299°30°69°
CMYK 0.010.300.00   0.31
XYZ32.153026.012943.8838
Yxy26.01290.31510.2549
Hunter Lab51.002823.2743-15.3122
CIE-Lab58.049329.2110-20.0620

#ae7aaf color RGB value is (174,122,175).

#ae7aaf hex color red value is 174, green value is 122 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #ae7aaf hue: 0.83 , saturation: 0.25 and the lightness value of ae7aaf is 0.58.

The process color (four color CMYK) of #ae7aaf color hex is 0.01, 0.30, 0.00, 0.31. Web safe color of #ae7aaf is #996699. Color #ae7aaf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 01111010 10101111
Octal 256 172 257
Decimal 174 122 175
Hex AE 7A AF

RGB Percentages of Color #ae7aaf

%36.94
%25.90
%37.15

CMYK Percentages of Color #ae7aaf

%1
%30
%0
%31

Triadic Colors of #ae7aaf

#ae7aaf #afae7a #7aafae

Analogous Colors of #ae7aaf

#ae7aaf #af7a96 #947aaf

Monochromatic Colors of #ae7aaf

#ae7aaf

Complementary Color

#ae7aaf #7baf7a

#ae7aaf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ae7aaf Color Preview on White Background

Lorem ipsum dolor sit amet.

#ae7aaf Color CSS Codes

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

#ae7aaf Text Font Color

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

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


#ae7aaf Background Color

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

This div background color is #ae7aaf


#ae7aaf Border Color

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

This div border color is #ae7aaf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ae7aaf


Comments

No comments written yet.

Please login to write comment.