Color Hex Logo

#ae678a Color Hex

#AE678A
(174,103,138)
0 Favorites   0 Comments

Color spaces of #ae678a

RGB 174103138
HSL0.920.300.54
HSV330°41°68°
CMYK 0.000.410.21   0.32
XYZ26.893320.534126.5908
Yxy20.53410.36330.2774
Hunter Lab45.314626.6357-3.0715
CIE-Lab52.435833.2686-7.0199

#ae678a color RGB value is (174,103,138).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101110 01100111 10001010
Octal 256 147 212
Decimal 174 103 138
Hex AE 67 8A

RGB Percentages of Color #ae678a

%41.93
%24.82
%33.25

CMYK Percentages of Color #ae678a

%0
%41
%21
%32

Triadic Colors of #ae678a

#ae678a #8aae67 #678aae

Analogous Colors of #ae678a

#ae678a #ae6867 #ae67ae

Monochromatic Colors of #ae678a

#ae678a

Complementary Color

#ae678a #67ae8b

#ae678a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ae678a Color Preview on White Background

Lorem ipsum dolor sit amet.

#ae678a Color CSS Codes

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

#ae678a Text Font Color

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

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


#ae678a Background Color

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

This div background color is #ae678a


#ae678a Border Color

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

This div border color is #ae678a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ae678a


Comments

No comments written yet.

Please login to write comment.