Color spaces of #ae4667
RGB | 174 | 70 | 103 |
---|---|---|---|
HSL | 0.95 | 0.43 | 0.48 |
HSV | 341° | 60° | 68° |
CMYK | 0.00 | 0.60 | 0.41 0.32 |
XYZ | 22.0939 | 14.3583 | 14.4389 |
Yxy | 14.3583 | 0.4341 | 0.2821 |
Hunter Lab | 37.8923 | 37.7664 | 3.9322 |
CIE-Lab | 44.7425 | 45.6103 | 2.7391 |
#ae4667 color RGB value is (174,70,103).
#ae4667 hex color red value is 174, green value is 70 and the blue value of its RGB is 103. Cylindrical-coordinate representations (also known as HSL) of color #ae4667 hue: 0.95 , saturation: 0.43 and the lightness value of ae4667 is 0.48.
The process color (four color CMYK) of #ae4667 color hex is 0.00, 0.60, 0.41, 0.32. Web safe color of #ae4667 is #993366. Color #ae4667 contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10101110 | 01000110 | 01100111 |
Octal | 256 | 106 | 147 |
Decimal | 174 | 70 | 103 |
Hex | AE | 46 | 67 |
Shades of #ae4667
Tints of #ae4667
RGB Percentages of Color #ae4667
CMYK Percentages of Color #ae4667
Complementary Color
#ae4667 | #46ae8d |
#ae4667 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#ae4667 Color Preview on White Background
Lorem ipsum dolor sit amet.
#ae4667 Color CSS Codes
.mybgcolor {background-color:#ae4667; } .myforecolor {color:#ae4667; } .mybordercolor {border:3px solid #ae4667; }
#ae4667 Text Font Color
<p style="color:#ae4667">Text here</p>
This sample text font color is #ae4667
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.
#ae4667 Background Color
<div style="background-color:#ae4667">
Div content here</div>
This div background color is #ae4667
#ae4667 Border Color
<div style="border:3px solid #ae4667">
Div here</div>
This div border color is #ae4667
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(174,70,103, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #ae4667; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #ae4667; -webkit-box-shadow: 1px 1px 3px 2px #ae4667; box-shadow: 1px 1px 3px 2px #ae4667; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(174,70,103, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #ae4667">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #ae4667; -webkit-box-shadow: 1px 1px 3px 2px #ae4667; box-shadow: 1px 1px 3px 2px #ae4667;">
Div content here</div>
This div box has shadow with color #ae4667
Comments
No comments written yet.
Please login to write comment.