Color Hex Logo

#ae262a Color Hex

#AE262A
(174,38,42)
0 Favorites   0 Comments

Color spaces of #ae262a

RGB 1743842
HSL1.000.640.42
HSV358°78°68°
CMYK 0.000.780.76   0.32
XYZ18.566610.55213.2487
Yxy10.55210.57360.3260
Hunter Lab32.484045.176716.8092
CIE-Lab38.815653.839332.4781

#ae262a color RGB value is (174,38,42).

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

The process color (four color CMYK) of #ae262a color hex is 0.00, 0.78, 0.76, 0.32. Web safe color of #ae262a is #993333. Color #ae262a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 00100110 00101010
Octal 256 46 52
Decimal 174 38 42
Hex AE 26 2A

RGB Percentages of Color #ae262a

%68.50
%14.96
%16.54

CMYK Percentages of Color #ae262a

%0
%78
%76
%32

Triadic Colors of #ae262a

#ae262a #2aae26 #262aae

Analogous Colors of #ae262a

#ae262a #ae6626 #ae266e

Monochromatic Colors of #ae262a

#ae262a

Complementary Color

#ae262a #26aeaa

#ae262a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ae262a Color Preview on White Background

Lorem ipsum dolor sit amet.

#ae262a Color CSS Codes

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

#ae262a Text Font Color

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

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


#ae262a Background Color

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

This div background color is #ae262a


#ae262a Border Color

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

This div border color is #ae262a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ae262a


Comments

No comments written yet.

Please login to write comment.