Color Hex Logo

#ae3547 Color Hex

#AE3547
(174,53,71)
0 Favorites   0 Comments

Color spaces of #ae3547

RGB 1745371
HSL0.980.530.45
HSV351°70°68°
CMYK 0.000.700.59   0.32
XYZ19.866011.99987.2304
Yxy11.99980.50810.3069
Hunter Lab34.640741.746111.8732
CIE-Lab41.215850.109617.6581

#ae3547 color RGB value is (174,53,71).

#ae3547 hex color red value is 174, green value is 53 and the blue value of its RGB is 71. Cylindrical-coordinate representations (also known as HSL) of color #ae3547 hue: 0.98 , saturation: 0.53 and the lightness value of ae3547 is 0.45.

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

Base Numbers

BaseRedGreenBlue
Binary 10101110 00110101 01000111
Octal 256 65 107
Decimal 174 53 71
Hex AE 35 47

RGB Percentages of Color #ae3547

%58.39
%17.79
%23.83

CMYK Percentages of Color #ae3547

%0
%70
%59
%32

Triadic Colors of #ae3547

#ae3547 #47ae35 #3547ae

Analogous Colors of #ae3547

#ae3547 #ae6035 #ae3584

Monochromatic Colors of #ae3547

#ae3547

Complementary Color

#ae3547 #35ae9c

#ae3547 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ae3547 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ae3547 Color CSS Codes

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

#ae3547 Text Font Color

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

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


#ae3547 Background Color

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

This div background color is #ae3547


#ae3547 Border Color

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

This div border color is #ae3547


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(174,53,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 #ae3547">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ae3547


Comments

No comments written yet.

Please login to write comment.