Color spaces of #ae355b
RGB | 174 | 53 | 91 |
---|---|---|---|
HSL | 0.95 | 0.53 | 0.45 |
HSV | 341° | 70° | 68° |
CMYK | 0.00 | 0.70 | 0.48 0.32 |
XYZ | 20.6170 | 12.3002 | 11.1851 |
Yxy | 12.3002 | 0.4675 | 0.2789 |
Hunter Lab | 35.0716 | 43.5565 | 5.6413 |
CIE-Lab | 41.6893 | 51.7616 | 5.7966 |
#ae355b color RGB value is (174,53,91).
#ae355b hex color red value is 174, green value is 53 and the blue value of its RGB is 91. Cylindrical-coordinate representations (also known as HSL) of color #ae355b hue: 0.95 , saturation: 0.53 and the lightness value of ae355b is 0.45.
The process color (four color CMYK) of #ae355b color hex is 0.00, 0.70, 0.48, 0.32. Web safe color of #ae355b is #993366. Color #ae355b contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10101110 | 00110101 | 01011011 |
Octal | 256 | 65 | 133 |
Decimal | 174 | 53 | 91 |
Hex | AE | 35 | 5B |
Shades of #ae355b
Tints of #ae355b
RGB Percentages of Color #ae355b
CMYK Percentages of Color #ae355b
Complementary Color
#ae355b | #35ae88 |
#ae355b Color Preview on Black Background
Lorem ipsum dolor sit amet.
#ae355b Color Preview on White Background
Lorem ipsum dolor sit amet.
#ae355b Color CSS Codes
.mybgcolor {background-color:#ae355b; } .myforecolor {color:#ae355b; } .mybordercolor {border:3px solid #ae355b; }
#ae355b Text Font Color
<p style="color:#ae355b">Text here</p>
This sample text font color is #ae355b
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.
#ae355b Background Color
<div style="background-color:#ae355b">
Div content here</div>
This div background color is #ae355b
#ae355b Border Color
<div style="border:3px solid #ae355b">
Div here</div>
This div border color is #ae355b
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(174,53,91, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #ae355b; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #ae355b; -webkit-box-shadow: 1px 1px 3px 2px #ae355b; box-shadow: 1px 1px 3px 2px #ae355b; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(174,53,91, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #ae355b">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #ae355b; -webkit-box-shadow: 1px 1px 3px 2px #ae355b; box-shadow: 1px 1px 3px 2px #ae355b;">
Div content here</div>
This div box has shadow with color #ae355b
Comments
No comments written yet.
Please login to write comment.