color codes Logo

#ae082c color codes

#AE082C
(174,8,44)
0 Favorites   0 Comments

Color spaces of #ae082c

RGB 174844
HSL0.960.910.36
HSV347°95°68°
CMYK 0.000.950.75   0.32
XYZ17.99709.35423.2399
Yxy9.35420.58830.3058
Hunter Lab30.584651.512115.1285
CIE-Lab36.657560.143928.8132

#ae082c color RGB value is (174,8,44).

#ae082c hex color red value is 174, green value is 8 and the blue value of its RGB is 44. Cylindrical-coordinate representations (also known as HSL) of color #ae082c hue: 0.96 , saturation: 0.91 and the lightness value of ae082c is 0.36.

The process color (four color CMYK) of #ae082c color code is 0.00, 0.95, 0.75, 0.32. Web safe color of #ae082c is #990033. Color #ae082c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 00001000 00101100
Octal 256 10 54
Decimal 174 8 44
Hex AE 8 2C

RGB Percentages of Color #ae082c

%76.99
%3.54
%19.47

CMYK Percentages of Color #ae082c

%0
%95
%75
%32

Triadic Colors of #ae082c

#ae082c #2cae08 #082cae

Analogous Colors of #ae082c

#ae082c #ae3708 #ae087f

Monochromatic Colors of #ae082c

#ae082c

Complementary Color

#ae082c #08ae8a

#ae082c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ae082c Color Preview on White Background

Lorem ipsum dolor sit amet.

#ae082c Color CSS Codes

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

#ae082c Text Font Color

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

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


#ae082c Background Color

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

This div background color is #ae082c


#ae082c Border Color

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

This div border color is #ae082c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ae082c


Comments

No comments written yet.

Please login to write comment.