Color spaces of #ae4ecb
RGB | 174 | 78 | 203 |
---|---|---|---|
HSL | 0.79 | 0.55 | 0.55 |
HSV | 286° | 62° | 80° |
CMYK | 0.14 | 0.62 | 0.00 0.20 |
XYZ | 30.9594 | 18.7592 | 58.4891 |
Yxy | 18.7592 | 0.2861 | 0.1734 |
Hunter Lab | 43.3119 | 51.7962 | -49.7479 |
CIE-Lab | 50.4043 | 57.7981 | -48.0903 |
#ae4ecb color RGB value is (174,78,203).
#ae4ecb hex color red value is 174, green value is 78 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #ae4ecb hue: 0.79 , saturation: 0.55 and the lightness value of ae4ecb is 0.55.
The process color (four color CMYK) of #ae4ecb color hex is 0.14, 0.62, 0.00, 0.20. Web safe color of #ae4ecb is #9966cc. Color #ae4ecb contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10101110 | 01001110 | 11001011 |
Octal | 256 | 116 | 313 |
Decimal | 174 | 78 | 203 |
Hex | AE | 4E | CB |
Shades of #ae4ecb
Tints of #ae4ecb
RGB Percentages of Color #ae4ecb
CMYK Percentages of Color #ae4ecb
Complementary Color
#ae4ecb | #6bcb4e |
#ae4ecb Color Preview on Black Background
Lorem ipsum dolor sit amet.
#ae4ecb Color Preview on White Background
Lorem ipsum dolor sit amet.
#ae4ecb Color CSS Codes
.mybgcolor {background-color:#ae4ecb; } .myforecolor {color:#ae4ecb; } .mybordercolor {border:3px solid #ae4ecb; }
#ae4ecb Text Font Color
<p style="color:#ae4ecb">Text here</p>
This sample text font color is #ae4ecb
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.
#ae4ecb Background Color
<div style="background-color:#ae4ecb">
Div content here</div>
This div background color is #ae4ecb
#ae4ecb Border Color
<div style="border:3px solid #ae4ecb">
Div here</div>
This div border color is #ae4ecb
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(174,78,203, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #ae4ecb; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #ae4ecb; -webkit-box-shadow: 1px 1px 3px 2px #ae4ecb; box-shadow: 1px 1px 3px 2px #ae4ecb; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(174,78,203, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #ae4ecb">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #ae4ecb; -webkit-box-shadow: 1px 1px 3px 2px #ae4ecb; box-shadow: 1px 1px 3px 2px #ae4ecb;">
Div content here</div>
This div box has shadow with color #ae4ecb
Comments
No comments written yet.
Please login to write comment.