Color Hex Logo

#ae618e Color Hex

#AE618E
(174,97,142)
0 Favorites   0 Comments

Color spaces of #ae618e

RGB 17497142
HSL0.900.320.53
HSV325°44°68°
CMYK 0.000.440.18   0.32
XYZ26.612719.501127.9526
Yxy19.50110.35930.2633
Hunter Lab44.160030.2915-6.6176
CIE-Lab51.268437.1548-11.1313

#ae618e color RGB value is (174,97,142).

#ae618e hex color red value is 174, green value is 97 and the blue value of its RGB is 142. Cylindrical-coordinate representations (also known as HSL) of color #ae618e hue: 0.90 , saturation: 0.32 and the lightness value of ae618e is 0.53.

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

Base Numbers

BaseRedGreenBlue
Binary 10101110 01100001 10001110
Octal 256 141 216
Decimal 174 97 142
Hex AE 61 8E

RGB Percentages of Color #ae618e

%42.13
%23.49
%34.38

CMYK Percentages of Color #ae618e

%0
%44
%18
%32

Triadic Colors of #ae618e

#ae618e #8eae61 #618eae

Analogous Colors of #ae618e

#ae618e #ae6168 #a861ae

Monochromatic Colors of #ae618e

#ae618e

Complementary Color

#ae618e #61ae81

#ae618e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ae618e Color Preview on White Background

Lorem ipsum dolor sit amet.

#ae618e Color CSS Codes

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

#ae618e Text Font Color

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

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


#ae618e Background Color

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

This div background color is #ae618e


#ae618e Border Color

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

This div border color is #ae618e


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(174,97,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 #ae618e">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ae618e


Comments

No comments written yet.

Please login to write comment.