Color Hex Logo

#ae677f Color Hex

#AE677F
(174,103,127)
0 Favorites   0 Comments

Color spaces of #ae677f

RGB 174103127
HSL0.940.300.54
HSV340°41°68°
CMYK 0.000.410.27   0.32
XYZ26.136620.231522.6062
Yxy20.23150.37890.2933
Hunter Lab44.979425.00861.6871
CIE-Lab52.097931.6167-1.0172

#ae677f color RGB value is (174,103,127).

#ae677f hex color red value is 174, green value is 103 and the blue value of its RGB is 127. Cylindrical-coordinate representations (also known as HSL) of color #ae677f hue: 0.94 , saturation: 0.30 and the lightness value of ae677f is 0.54.

The process color (four color CMYK) of #ae677f color hex is 0.00, 0.41, 0.27, 0.32. Web safe color of #ae677f is #996666. Color #ae677f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 01100111 01111111
Octal 256 147 177
Decimal 174 103 127
Hex AE 67 7F

RGB Percentages of Color #ae677f

%43.07
%25.50
%31.44

CMYK Percentages of Color #ae677f

%0
%41
%27
%32

Triadic Colors of #ae677f

#ae677f #7fae67 #677fae

Analogous Colors of #ae677f

#ae677f #ae7367 #ae67a3

Monochromatic Colors of #ae677f

#ae677f

Complementary Color

#ae677f #67ae96

#ae677f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ae677f Color Preview on White Background

Lorem ipsum dolor sit amet.

#ae677f Color CSS Codes

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

#ae677f Text Font Color

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

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


#ae677f Background Color

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

This div background color is #ae677f


#ae677f Border Color

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

This div border color is #ae677f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ae677f


Comments

No comments written yet.

Please login to write comment.