Color Hex Logo

#ae4647 Color Hex

#AE4647
(174,70,71)
0 Favorites   0 Comments

Color spaces of #ae4647

RGB 1747071
HSL1.000.430.48
HSV359°60°68°
CMYK 0.000.600.59   0.32
XYZ20.783013.83397.5361
Yxy13.83390.49300.3282
Hunter Lab37.194034.651714.0226
CIE-Lab43.993842.632721.3220

#ae4647 color RGB value is (174,70,71).

#ae4647 hex color red value is 174, green value is 70 and the blue value of its RGB is 71. Cylindrical-coordinate representations (also known as HSL) of color #ae4647 hue: 1.00 , saturation: 0.43 and the lightness value of ae4647 is 0.48.

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

Base Numbers

BaseRedGreenBlue
Binary 10101110 01000110 01000111
Octal 256 106 107
Decimal 174 70 71
Hex AE 46 47

RGB Percentages of Color #ae4647

%55.24
%22.22
%22.54

CMYK Percentages of Color #ae4647

%0
%60
%59
%32

Triadic Colors of #ae4647

#ae4647 #47ae46 #4647ae

Analogous Colors of #ae4647

#ae4647 #ae7946 #ae467b

Monochromatic Colors of #ae4647

#ae4647

Complementary Color

#ae4647 #46aead

#ae4647 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ae4647 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ae4647 Color CSS Codes

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

#ae4647 Text Font Color

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

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


#ae4647 Background Color

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

This div background color is #ae4647


#ae4647 Border Color

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

This div border color is #ae4647


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ae4647


Comments

No comments written yet.

Please login to write comment.