color codes Logo

#ae426c color codes

#AE426C
(174,66,108)
0 Favorites   0 Comments

Color spaces of #ae426c

RGB 17466108
HSL0.940.450.47
HSV337°62°68°
CMYK 0.000.620.38   0.32
XYZ22.110513.977815.7200
Yxy13.97780.42680.2698
Hunter Lab37.386940.13731.2413
CIE-Lab44.201148.0208-1.1257

#ae426c color RGB value is (174,66,108).

#ae426c hex color red value is 174, green value is 66 and the blue value of its RGB is 108. Cylindrical-coordinate representations (also known as HSL) of color #ae426c hue: 0.94 , saturation: 0.45 and the lightness value of ae426c is 0.47.

The process color (four color CMYK) of #ae426c color code is 0.00, 0.62, 0.38, 0.32. Web safe color of #ae426c is #993366. Color #ae426c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 01000010 01101100
Octal 256 102 154
Decimal 174 66 108
Hex AE 42 6C

RGB Percentages of Color #ae426c

%50.00
%18.97
%31.03

CMYK Percentages of Color #ae426c

%0
%62
%38
%32

Triadic Colors of #ae426c

#ae426c #6cae42 #426cae

Analogous Colors of #ae426c

#ae426c #ae4e42 #ae42a2

Monochromatic Colors of #ae426c

#ae426c

Complementary Color

#ae426c #42ae84

#ae426c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ae426c Color Preview on White Background

Lorem ipsum dolor sit amet.

#ae426c Color CSS Codes

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

#ae426c Text Font Color

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

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


#ae426c Background Color

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

This div background color is #ae426c


#ae426c Border Color

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

This div border color is #ae426c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ae426c


Comments

No comments written yet.

Please login to write comment.