Color Hex Logo

#ae426e Color Hex

#AE426E
(174,66,110)
0 Favorites   0 Comments

Color spaces of #ae426e

RGB 17466110
HSL0.930.450.47
HSV336°62°68°
CMYK 0.000.620.37   0.32
XYZ22.218214.020916.2871
Yxy14.02090.42300.2669
Hunter Lab37.444540.38750.4220
CIE-Lab44.262948.2529-2.2659

#ae426e color RGB value is (174,66,110).

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

The process color (four color CMYK) of #ae426e color hex is 0.00, 0.62, 0.37, 0.32. Web safe color of #ae426e is #993366. Color #ae426e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 01000010 01101110
Octal 256 102 156
Decimal 174 66 110
Hex AE 42 6E

RGB Percentages of Color #ae426e

%49.71
%18.86
%31.43

CMYK Percentages of Color #ae426e

%0
%62
%37
%32

Triadic Colors of #ae426e

#ae426e #6eae42 #426eae

Analogous Colors of #ae426e

#ae426e #ae4c42 #ae42a4

Monochromatic Colors of #ae426e

#ae426e

Complementary Color

#ae426e #42ae82

#ae426e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ae426e Color Preview on White Background

Lorem ipsum dolor sit amet.

#ae426e Color CSS Codes

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

#ae426e Text Font Color

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

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


#ae426e Background Color

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

This div background color is #ae426e


#ae426e Border Color

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

This div border color is #ae426e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ae426e


Comments

No comments written yet.

Please login to write comment.