Color Hex Logo

#ae678e Color Hex

#AE678E
(174,103,142)
0 Favorites   0 Comments

Color spaces of #ae678e

RGB 174103142
HSL0.910.300.54
HSV327°41°68°
CMYK 0.000.410.18   0.32
XYZ27.188320.652228.1445
Yxy20.65220.35780.2718
Hunter Lab45.444727.2634-4.9078
CIE-Lab52.566733.9000-9.1830

#ae678e color RGB value is (174,103,142).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101110 01100111 10001110
Octal 256 147 216
Decimal 174 103 142
Hex AE 67 8E

RGB Percentages of Color #ae678e

%41.53
%24.58
%33.89

CMYK Percentages of Color #ae678e

%0
%41
%18
%32

Triadic Colors of #ae678e

#ae678e #8eae67 #678eae

Analogous Colors of #ae678e

#ae678e #ae676b #ab67ae

Monochromatic Colors of #ae678e

#ae678e

Complementary Color

#ae678e #67ae87

#ae678e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ae678e Color Preview on White Background

Lorem ipsum dolor sit amet.

#ae678e Color CSS Codes

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

#ae678e Text Font Color

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

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


#ae678e Background Color

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

This div background color is #ae678e


#ae678e Border Color

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

This div border color is #ae678e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ae678e


Comments

No comments written yet.

Please login to write comment.