Color Hex Logo

#ae4642 Color Hex

#AE4642
(174,70,66)
0 Favorites   0 Comments

Color spaces of #ae4642

RGB 1747066
HSL0.010.450.47
HSV62°68°
CMYK 0.000.600.62   0.32
XYZ20.629113.77236.7253
Yxy13.77230.50160.3349
Hunter Lab37.111034.279315.2331
CIE-Lab43.904642.271724.2255

#ae4642 color RGB value is (174,70,66).

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

The process color (four color CMYK) of #ae4642 color hex is 0.00, 0.60, 0.62, 0.32. Web safe color of #ae4642 is #993333. Color #ae4642 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 01000110 01000010
Octal 256 106 102
Decimal 174 70 66
Hex AE 46 42

RGB Percentages of Color #ae4642

%56.13
%22.58
%21.29

CMYK Percentages of Color #ae4642

%0
%60
%62
%32

Triadic Colors of #ae4642

#ae4642 #42ae46 #4642ae

Analogous Colors of #ae4642

#ae4642 #ae7c42 #ae4274

Monochromatic Colors of #ae4642

#ae4642

Complementary Color

#ae4642 #42aaae

#ae4642 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ae4642 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ae4642 Color CSS Codes

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

#ae4642 Text Font Color

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

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


#ae4642 Background Color

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

This div background color is #ae4642


#ae4642 Border Color

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

This div border color is #ae4642


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ae4642


Comments

No comments written yet.

Please login to write comment.