Color Hex Logo

#ae261a Color Hex

#AE261A
(174,38,26)
0 Favorites   0 Comments

Color spaces of #ae261a

RGB 1743826
HSL0.010.740.39
HSV85°68°
CMYK 0.000.780.85   0.32
XYZ18.335110.45952.0298
Yxy10.45950.59480.3393
Hunter Lab32.341244.599618.9176
CIE-Lab38.654853.321741.2017

#ae261a color RGB value is (174,38,26).

#ae261a hex color red value is 174, green value is 38 and the blue value of its RGB is 26. Cylindrical-coordinate representations (also known as HSL) of color #ae261a hue: 0.01 , saturation: 0.74 and the lightness value of ae261a is 0.39.

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

Base Numbers

BaseRedGreenBlue
Binary 10101110 00100110 00011010
Octal 256 46 32
Decimal 174 38 26
Hex AE 26 1A

RGB Percentages of Color #ae261a

%73.11
%15.97
%10.92

CMYK Percentages of Color #ae261a

%0
%78
%85
%32

Triadic Colors of #ae261a

#ae261a #1aae26 #261aae

Analogous Colors of #ae261a

#ae261a #ae701a #ae1a58

Monochromatic Colors of #ae261a

#ae261a

Complementary Color

#ae261a #1aa2ae

#ae261a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ae261a Color Preview on White Background

Lorem ipsum dolor sit amet.

#ae261a Color CSS Codes

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

#ae261a Text Font Color

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

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


#ae261a Background Color

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

This div background color is #ae261a


#ae261a Border Color

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

This div border color is #ae261a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ae261a


Comments

No comments written yet.

Please login to write comment.