Color Hex Logo

#ae758f Color Hex

#AE758F
(174,117,143)
0 Favorites   0 Comments

Color spaces of #ae758f

RGB 174117143
HSL0.920.260.57
HSV333°33°68°
CMYK 0.000.330.18   0.32
XYZ28.774823.704429.0454
Yxy23.70440.35300.2908
Hunter Lab48.687220.2935-1.2897
CIE-Lab55.790626.2912-4.9697

#ae758f color RGB value is (174,117,143).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101110 01110101 10001111
Octal 256 165 217
Decimal 174 117 143
Hex AE 75 8F

RGB Percentages of Color #ae758f

%40.09
%26.96
%32.95

CMYK Percentages of Color #ae758f

%0
%33
%18
%32

Triadic Colors of #ae758f

#ae758f #8fae75 #758fae

Analogous Colors of #ae758f

#ae758f #ae7875 #ae75ac

Monochromatic Colors of #ae758f

#ae758f

Complementary Color

#ae758f #75ae94

#ae758f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ae758f Color Preview on White Background

Lorem ipsum dolor sit amet.

#ae758f Color CSS Codes

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

#ae758f Text Font Color

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

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


#ae758f Background Color

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

This div background color is #ae758f


#ae758f Border Color

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

This div border color is #ae758f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ae758f


Comments

No comments written yet.

Please login to write comment.