Color Hex Logo

#ae378e Color Hex

#AE378E
(174,55,142)
0 Favorites   0 Comments

Color spaces of #ae378e

RGB 17455142
HSL0.880.520.45
HSV316°68°68°
CMYK 0.000.680.18   0.32
XYZ23.704213.684026.9831
Yxy13.68400.36820.2126
Hunter Lab36.991949.6460-17.3537
CIE-Lab43.776357.0693-22.5618

#ae378e color RGB value is (174,55,142).

#ae378e hex color red value is 174, green value is 55 and the blue value of its RGB is 142. Cylindrical-coordinate representations (also known as HSL) of color #ae378e hue: 0.88 , saturation: 0.52 and the lightness value of ae378e is 0.45.

The process color (four color CMYK) of #ae378e color hex is 0.00, 0.68, 0.18, 0.32. Web safe color of #ae378e is #993399. Color #ae378e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 00110111 10001110
Octal 256 67 216
Decimal 174 55 142
Hex AE 37 8E

RGB Percentages of Color #ae378e

%46.90
%14.82
%38.27

CMYK Percentages of Color #ae378e

%0
%68
%18
%32

Triadic Colors of #ae378e

#ae378e #8eae37 #378eae

Analogous Colors of #ae378e

#ae378e #ae3753 #9337ae

Monochromatic Colors of #ae378e

#ae378e

Complementary Color

#ae378e #37ae57

#ae378e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ae378e Color Preview on White Background

Lorem ipsum dolor sit amet.

#ae378e Color CSS Codes

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

#ae378e Text Font Color

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

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


#ae378e Background Color

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

This div background color is #ae378e


#ae378e Border Color

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

This div border color is #ae378e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ae378e


Comments

No comments written yet.

Please login to write comment.