Color Hex Logo

#ae157d Color Hex

#AE157D
(174,21,125)
0 Favorites   0 Comments

Color spaces of #ae157d

RGB 17421125
HSL0.890.780.38
HSV319°88°68°
CMYK 0.000.880.28   0.32
XYZ21.425411.015720.3990
Yxy11.01570.40550.2085
Hunter Lab33.189957.1465-13.2076
CIE-Lab39.606964.6138-18.5665

#ae157d color RGB value is (174,21,125).

#ae157d hex color red value is 174, green value is 21 and the blue value of its RGB is 125. Cylindrical-coordinate representations (also known as HSL) of color #ae157d hue: 0.89 , saturation: 0.78 and the lightness value of ae157d is 0.38.

The process color (four color CMYK) of #ae157d color hex is 0.00, 0.88, 0.28, 0.32. Web safe color of #ae157d is #990066. Color #ae157d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 00010101 01111101
Octal 256 25 175
Decimal 174 21 125
Hex AE 15 7D

RGB Percentages of Color #ae157d

%54.38
%6.56
%39.06

CMYK Percentages of Color #ae157d

%0
%88
%28
%32

Triadic Colors of #ae157d

#ae157d #7dae15 #157dae

Analogous Colors of #ae157d

#ae157d #ae1530 #9315ae

Monochromatic Colors of #ae157d

#ae157d

Complementary Color

#ae157d #15ae46

#ae157d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ae157d Color Preview on White Background

Lorem ipsum dolor sit amet.

#ae157d Color CSS Codes

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

#ae157d Text Font Color

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

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


#ae157d Background Color

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

This div background color is #ae157d


#ae157d Border Color

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

This div border color is #ae157d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ae157d


Comments

No comments written yet.

Please login to write comment.