Color Hex Logo

#ae282b Color Hex

#AE282B
(174,40,43)
0 Favorites   0 Comments

Color spaces of #ae282b

RGB 1744043
HSL1.000.630.42
HSV359°77°68°
CMYK 0.000.770.75   0.32
XYZ18.650410.69073.3660
Yxy10.69070.57020.3269
Hunter Lab32.696644.598616.7840
CIE-Lab39.054653.245232.1523

#ae282b color RGB value is (174,40,43).

#ae282b hex color red value is 174, green value is 40 and the blue value of its RGB is 43. Cylindrical-coordinate representations (also known as HSL) of color #ae282b hue: 1.00 , saturation: 0.63 and the lightness value of ae282b is 0.42.

The process color (four color CMYK) of #ae282b color hex is 0.00, 0.77, 0.75, 0.32. Web safe color of #ae282b is #993333. Color #ae282b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 00101000 00101011
Octal 256 50 53
Decimal 174 40 43
Hex AE 28 2B

RGB Percentages of Color #ae282b

%67.70
%15.56
%16.73

CMYK Percentages of Color #ae282b

%0
%77
%75
%32

Triadic Colors of #ae282b

#ae282b #2bae28 #282bae

Analogous Colors of #ae282b

#ae282b #ae6828 #ae286e

Monochromatic Colors of #ae282b

#ae282b

Complementary Color

#ae282b #28aeab

#ae282b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ae282b Color Preview on White Background

Lorem ipsum dolor sit amet.

#ae282b Color CSS Codes

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

#ae282b Text Font Color

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

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


#ae282b Background Color

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

This div background color is #ae282b


#ae282b Border Color

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

This div border color is #ae282b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ae282b


Comments

No comments written yet.

Please login to write comment.