Color Hex Logo

#ae425b Color Hex

#AE425B
(174,66,91)
0 Favorites   0 Comments

Color spaces of #ae425b

RGB 1746691
HSL0.960.450.47
HSV346°62°68°
CMYK 0.000.620.48   0.32
XYZ21.292113.650411.4101
Yxy13.65040.45940.2945
Hunter Lab36.946438.21267.5521
CIE-Lab43.727346.22108.6865

#ae425b color RGB value is (174,66,91).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101110 01000010 01011011
Octal 256 102 133
Decimal 174 66 91
Hex AE 42 5B

RGB Percentages of Color #ae425b

%52.57
%19.94
%27.49

CMYK Percentages of Color #ae425b

%0
%62
%48
%32

Triadic Colors of #ae425b

#ae425b #5bae42 #425bae

Analogous Colors of #ae425b

#ae425b #ae5f42 #ae4291

Monochromatic Colors of #ae425b

#ae425b

Complementary Color

#ae425b #42ae95

#ae425b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ae425b Color Preview on White Background

Lorem ipsum dolor sit amet.

#ae425b Color CSS Codes

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

#ae425b Text Font Color

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

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


#ae425b Background Color

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

This div background color is #ae425b


#ae425b Border Color

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

This div border color is #ae425b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ae425b


Comments

No comments written yet.

Please login to write comment.