Color Hex Logo

#ae759d Color Hex

#AE759D
(174,117,157)
0 Favorites   0 Comments

Color spaces of #ae759d

RGB 174117157
HSL0.880.260.57
HSV318°33°68°
CMYK 0.000.330.10   0.32
XYZ29.902724.155634.9847
Yxy24.15560.33580.2713
Hunter Lab49.148322.5929-7.7999
CIE-Lab56.243228.6707-12.4265

#ae759d color RGB value is (174,117,157).

#ae759d hex color red value is 174, green value is 117 and the blue value of its RGB is 157. Cylindrical-coordinate representations (also known as HSL) of color #ae759d hue: 0.88 , saturation: 0.26 and the lightness value of ae759d is 0.57.

The process color (four color CMYK) of #ae759d color hex is 0.00, 0.33, 0.10, 0.32. Web safe color of #ae759d is #996699. Color #ae759d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 01110101 10011101
Octal 256 165 235
Decimal 174 117 157
Hex AE 75 9D

RGB Percentages of Color #ae759d

%38.84
%26.12
%35.04

CMYK Percentages of Color #ae759d

%0
%33
%10
%32

Triadic Colors of #ae759d

#ae759d #9dae75 #759dae

Analogous Colors of #ae759d

#ae759d #ae7581 #a375ae

Monochromatic Colors of #ae759d

#ae759d

Complementary Color

#ae759d #75ae86

#ae759d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ae759d Color Preview on White Background

Lorem ipsum dolor sit amet.

#ae759d Color CSS Codes

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

#ae759d Text Font Color

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

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


#ae759d Background Color

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

This div background color is #ae759d


#ae759d Border Color

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

This div border color is #ae759d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ae759d


Comments

No comments written yet.

Please login to write comment.