Color Hex Logo

#ae148c Color Hex

#AE148C
(174,20,140)
0 Favorites   0 Comments

Color spaces of #ae148c

RGB 17420140
HSL0.870.790.38
HSV313°89°68°
CMYK 0.000.890.20   0.32
XYZ22.439311.392425.8272
Yxy11.39240.37610.1910
Hunter Lab33.752659.6026-21.7413
CIE-Lab40.233766.6385-26.8497

#ae148c color RGB value is (174,20,140).

#ae148c hex color red value is 174, green value is 20 and the blue value of its RGB is 140. Cylindrical-coordinate representations (also known as HSL) of color #ae148c hue: 0.87 , saturation: 0.79 and the lightness value of ae148c is 0.38.

The process color (four color CMYK) of #ae148c color hex is 0.00, 0.89, 0.20, 0.32. Web safe color of #ae148c is #990099. Color #ae148c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 00010100 10001100
Octal 256 24 214
Decimal 174 20 140
Hex AE 14 8C

RGB Percentages of Color #ae148c

%52.10
%5.99
%41.92

CMYK Percentages of Color #ae148c

%0
%89
%20
%32

Triadic Colors of #ae148c

#ae148c #8cae14 #148cae

Analogous Colors of #ae148c

#ae148c #ae143f #8314ae

Monochromatic Colors of #ae148c

#ae148c

Complementary Color

#ae148c #14ae36

#ae148c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ae148c Color Preview on White Background

Lorem ipsum dolor sit amet.

#ae148c Color CSS Codes

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

#ae148c Text Font Color

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

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


#ae148c Background Color

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

This div background color is #ae148c


#ae148c Border Color

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

This div border color is #ae148c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ae148c


Comments

No comments written yet.

Please login to write comment.