Color Hex Logo

#ae061e Color Hex

#AE061E
(174,6,30)
0 Favorites   0 Comments

Color spaces of #ae061e

RGB 174630
HSL0.980.930.35
HSV351°97°68°
CMYK 0.000.970.83   0.32
XYZ17.75509.22272.0727
Yxy9.22270.61120.3175
Hunter Lab30.368951.213417.2116
CIE-Lab36.409659.919836.9596

#ae061e color RGB value is (174,6,30).

#ae061e hex color red value is 174, green value is 6 and the blue value of its RGB is 30. Cylindrical-coordinate representations (also known as HSL) of color #ae061e hue: 0.98 , saturation: 0.93 and the lightness value of ae061e is 0.35.

The process color (four color CMYK) of #ae061e color hex is 0.00, 0.97, 0.83, 0.32. Web safe color of #ae061e is #990033. Color #ae061e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 00000110 00011110
Octal 256 6 36
Decimal 174 6 30
Hex AE 6 1E

RGB Percentages of Color #ae061e

%82.86
%2.86
%14.29

CMYK Percentages of Color #ae061e

%0
%97
%83
%32

Triadic Colors of #ae061e

#ae061e #1eae06 #061eae

Analogous Colors of #ae061e

#ae061e #ae4206 #ae0672

Monochromatic Colors of #ae061e

#ae061e

Complementary Color

#ae061e #06ae96

#ae061e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ae061e Color Preview on White Background

Lorem ipsum dolor sit amet.

#ae061e Color CSS Codes

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

#ae061e Text Font Color

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

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


#ae061e Background Color

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

This div background color is #ae061e


#ae061e Border Color

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

This div border color is #ae061e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ae061e


Comments

No comments written yet.

Please login to write comment.