Color Hex Logo

#ae3241 Color Hex

#AE3241
(174,50,65)
0 Favorites   0 Comments

Color spaces of #ae3241

RGB 1745065
HSL0.980.550.44
HSV353°71°68°
CMYK 0.000.710.63   0.32
XYZ19.550311.66156.2215
Yxy11.66150.52230.3115
Hunter Lab34.148942.430813.1024
CIE-Lab40.673050.869120.6794

#ae3241 color RGB value is (174,50,65).

#ae3241 hex color red value is 174, green value is 50 and the blue value of its RGB is 65. Cylindrical-coordinate representations (also known as HSL) of color #ae3241 hue: 0.98 , saturation: 0.55 and the lightness value of ae3241 is 0.44.

The process color (four color CMYK) of #ae3241 color hex is 0.00, 0.71, 0.63, 0.32. Web safe color of #ae3241 is #993333. Color #ae3241 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 00110010 01000001
Octal 256 62 101
Decimal 174 50 65
Hex AE 32 41

RGB Percentages of Color #ae3241

%60.21
%17.30
%22.49

CMYK Percentages of Color #ae3241

%0
%71
%63
%32

Triadic Colors of #ae3241

#ae3241 #41ae32 #3241ae

Analogous Colors of #ae3241

#ae3241 #ae6132 #ae327f

Monochromatic Colors of #ae3241

#ae3241

Complementary Color

#ae3241 #32ae9f

#ae3241 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ae3241 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ae3241 Color CSS Codes

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

#ae3241 Text Font Color

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

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


#ae3241 Background Color

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

This div background color is #ae3241


#ae3241 Border Color

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

This div border color is #ae3241


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ae3241


Comments

No comments written yet.

Please login to write comment.