Color Hex Logo

#ae7abf Color Hex

#AE7ABF
(174,122,191)
0 Favorites   0 Comments

Color spaces of #ae7abf

RGB 174122191
HSL0.790.350.61
HSV285°36°75°
CMYK 0.090.360.00   0.25
XYZ33.819126.679352.6574
Yxy26.67930.29890.2358
Hunter Lab51.652026.4817-24.2877
CIE-Lab58.676332.4249-28.2345

#ae7abf color RGB value is (174,122,191).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101110 01111010 10111111
Octal 256 172 277
Decimal 174 122 191
Hex AE 7A BF

RGB Percentages of Color #ae7abf

%35.73
%25.05
%39.22

CMYK Percentages of Color #ae7abf

%9
%36
%0
%25

Triadic Colors of #ae7abf

#ae7abf #bfae7a #7abfae

Analogous Colors of #ae7abf

#ae7abf #bf7aae #8c7abf

Monochromatic Colors of #ae7abf

#ae7abf

Complementary Color

#ae7abf #8bbf7a

#ae7abf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ae7abf Color Preview on White Background

Lorem ipsum dolor sit amet.

#ae7abf Color CSS Codes

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

#ae7abf Text Font Color

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

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


#ae7abf Background Color

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

This div background color is #ae7abf


#ae7abf Border Color

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

This div border color is #ae7abf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ae7abf


Comments

No comments written yet.

Please login to write comment.