Color Hex Logo

#ae426d Color Hex

#AE426D
(174,66,109)
0 Favorites   0 Comments

Color spaces of #ae426d

RGB 17466109
HSL0.930.450.47
HSV336°62°68°
CMYK 0.000.620.37   0.32
XYZ22.164113.999216.0019
Yxy13.99920.42490.2684
Hunter Lab37.415540.26220.8336
CIE-Lab44.231848.1367-1.6962

#ae426d color RGB value is (174,66,109).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101110 01000010 01101101
Octal 256 102 155
Decimal 174 66 109
Hex AE 42 6D

RGB Percentages of Color #ae426d

%49.86
%18.91
%31.23

CMYK Percentages of Color #ae426d

%0
%62
%37
%32

Triadic Colors of #ae426d

#ae426d #6dae42 #426dae

Analogous Colors of #ae426d

#ae426d #ae4d42 #ae42a3

Monochromatic Colors of #ae426d

#ae426d

Complementary Color

#ae426d #42ae83

#ae426d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ae426d Color Preview on White Background

Lorem ipsum dolor sit amet.

#ae426d Color CSS Codes

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

#ae426d Text Font Color

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

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


#ae426d Background Color

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

This div background color is #ae426d


#ae426d Border Color

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

This div border color is #ae426d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ae426d


Comments

No comments written yet.

Please login to write comment.