Color spaces of #ae381d
RGB | 174 | 56 | 29 |
---|---|---|---|
HSL | 0.03 | 0.71 | 0.40 |
HSV | 11° | 83° | 68° |
CMYK | 0.00 | 0.68 | 0.83 0.32 |
XYZ | 19.0915 | 11.9157 | 2.4561 |
Yxy | 11.9157 | 0.5705 | 0.3561 |
Hunter Lab | 34.5191 | 38.3146 | 19.9448 |
CIE-Lab | 41.0818 | 46.7798 | 41.9069 |
#ae381d color RGB value is (174,56,29).
#ae381d hex color red value is 174, green value is 56 and the blue value of its RGB is 29. Cylindrical-coordinate representations (also known as HSL) of color #ae381d hue: 0.03 , saturation: 0.71 and the lightness value of ae381d is 0.40.
The process color (four color CMYK) of #ae381d color hex is 0.00, 0.68, 0.83, 0.32. Web safe color of #ae381d is #993333. Color #ae381d contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10101110 | 00111000 | 00011101 |
Octal | 256 | 70 | 35 |
Decimal | 174 | 56 | 29 |
Hex | AE | 38 | 1D |
Shades of #ae381d
Tints of #ae381d
RGB Percentages of Color #ae381d
CMYK Percentages of Color #ae381d
Complementary Color
#ae381d | #1d93ae |
#ae381d Color Preview on Black Background
Lorem ipsum dolor sit amet.
#ae381d Color Preview on White Background
Lorem ipsum dolor sit amet.
#ae381d Color CSS Codes
.mybgcolor {background-color:#ae381d; } .myforecolor {color:#ae381d; } .mybordercolor {border:3px solid #ae381d; }
#ae381d Text Font Color
<p style="color:#ae381d">Text here</p>
This sample text font color is #ae381d
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.
#ae381d Background Color
<div style="background-color:#ae381d">
Div content here</div>
This div background color is #ae381d
#ae381d Border Color
<div style="border:3px solid #ae381d">
Div here</div>
This div border color is #ae381d
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(174,56,29, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #ae381d; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #ae381d; -webkit-box-shadow: 1px 1px 3px 2px #ae381d; box-shadow: 1px 1px 3px 2px #ae381d; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(174,56,29, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #ae381d">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #ae381d; -webkit-box-shadow: 1px 1px 3px 2px #ae381d; box-shadow: 1px 1px 3px 2px #ae381d;">
Div content here</div>
This div box has shadow with color #ae381d
Comments
No comments written yet.
Please login to write comment.