Color Hex Logo

#ae3539 Color Hex

#AE3539
(174,53,57)
0 Favorites   0 Comments

Color spaces of #ae3539

RGB 1745357
HSL0.990.530.45
HSV358°70°68°
CMYK 0.000.700.67   0.32
XYZ19.467211.84035.1303
Yxy11.84030.53430.3249
Hunter Lab34.409740.768815.2470
CIE-Lab40.961249.208225.9723

#ae3539 color RGB value is (174,53,57).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101110 00110101 00111001
Octal 256 65 71
Decimal 174 53 57
Hex AE 35 39

RGB Percentages of Color #ae3539

%61.27
%18.66
%20.07

CMYK Percentages of Color #ae3539

%0
%70
%67
%32

Triadic Colors of #ae3539

#ae3539 #39ae35 #3539ae

Analogous Colors of #ae3539

#ae3539 #ae6e35 #ae3576

Monochromatic Colors of #ae3539

#ae3539

Complementary Color

#ae3539 #35aeaa

#ae3539 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ae3539 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ae3539 Color CSS Codes

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

#ae3539 Text Font Color

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

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


#ae3539 Background Color

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

This div background color is #ae3539


#ae3539 Border Color

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

This div border color is #ae3539


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ae3539


Comments

No comments written yet.

Please login to write comment.