Color Hex Logo

#ae2d3f Color Hex

#AE2D3F
(174,45,63)
0 Favorites   0 Comments

Color spaces of #ae2d3f

RGB 1744563
HSL0.980.590.43
HSV352°74°68°
CMYK 0.000.740.64   0.32
XYZ19.291111.23435.8543
Yxy11.23430.53030.3088
Hunter Lab33.517644.080113.1065
CIE-Lab39.972352.579121.0177

#ae2d3f color RGB value is (174,45,63).

#ae2d3f hex color red value is 174, green value is 45 and the blue value of its RGB is 63. Cylindrical-coordinate representations (also known as HSL) of color #ae2d3f hue: 0.98 , saturation: 0.59 and the lightness value of ae2d3f is 0.43.

The process color (four color CMYK) of #ae2d3f color hex is 0.00, 0.74, 0.64, 0.32. Web safe color of #ae2d3f is #993333. Color #ae2d3f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 00101101 00111111
Octal 256 55 77
Decimal 174 45 63
Hex AE 2D 3F

RGB Percentages of Color #ae2d3f

%61.70
%15.96
%22.34

CMYK Percentages of Color #ae2d3f

%0
%74
%64
%32

Triadic Colors of #ae2d3f

#ae2d3f #3fae2d #2d3fae

Analogous Colors of #ae2d3f

#ae2d3f #ae5c2d #ae2d80

Monochromatic Colors of #ae2d3f

#ae2d3f

Complementary Color

#ae2d3f #2dae9c

#ae2d3f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ae2d3f Color Preview on White Background

Lorem ipsum dolor sit amet.

#ae2d3f Color CSS Codes

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

#ae2d3f Text Font Color

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

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


#ae2d3f Background Color

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

This div background color is #ae2d3f


#ae2d3f Border Color

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

This div border color is #ae2d3f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ae2d3f


Comments

No comments written yet.

Please login to write comment.