Color Hex Logo

#ae717b Color Hex

#AE717B
(174,113,123)
0 Favorites   0 Comments

Color spaces of #ae717b

RGB 174113123
HSL0.970.270.56
HSV350°35°68°
CMYK 0.000.350.29   0.32
XYZ26.935822.239021.6118
Yxy22.23900.38050.3142
Hunter Lab47.158219.42855.8392
CIE-Lab54.279725.49364.5069

#ae717b color RGB value is (174,113,123).

#ae717b hex color red value is 174, green value is 113 and the blue value of its RGB is 123. Cylindrical-coordinate representations (also known as HSL) of color #ae717b hue: 0.97 , saturation: 0.27 and the lightness value of ae717b is 0.56.

The process color (four color CMYK) of #ae717b color hex is 0.00, 0.35, 0.29, 0.32. Web safe color of #ae717b is #996666. Color #ae717b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 01110001 01111011
Octal 256 161 173
Decimal 174 113 123
Hex AE 71 7B

RGB Percentages of Color #ae717b

%42.44
%27.56
%30.00

CMYK Percentages of Color #ae717b

%0
%35
%29
%32

Triadic Colors of #ae717b

#ae717b #7bae71 #717bae

Analogous Colors of #ae717b

#ae717b #ae8671 #ae719a

Monochromatic Colors of #ae717b

#ae717b

Complementary Color

#ae717b #71aea4

#ae717b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ae717b Color Preview on White Background

Lorem ipsum dolor sit amet.

#ae717b Color CSS Codes

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

#ae717b Text Font Color

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

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


#ae717b Background Color

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

This div background color is #ae717b


#ae717b Border Color

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

This div border color is #ae717b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ae717b


Comments

No comments written yet.

Please login to write comment.