Color spaces of #ae1cbd
RGB | 174 | 28 | 189 |
---|---|---|---|
HSL | 0.82 | 0.74 | 0.43 |
HSV | 294° | 85° | 74° |
CMYK | 0.08 | 0.85 | 0.00 0.26 |
XYZ | 27.0561 | 13.5033 | 49.3245 |
Yxy | 13.5033 | 0.3010 | 0.1502 |
Hunter Lab | 36.7468 | 67.1197 | -53.8609 |
CIE-Lab | 43.5120 | 72.3941 | -50.9953 |
#ae1cbd color RGB value is (174,28,189).
#ae1cbd hex color red value is 174, green value is 28 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #ae1cbd hue: 0.82 , saturation: 0.74 and the lightness value of ae1cbd is 0.43.
The process color (four color CMYK) of #ae1cbd color hex is 0.08, 0.85, 0.00, 0.26. Web safe color of #ae1cbd is #9933cc. Color #ae1cbd contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10101110 | 00011100 | 10111101 |
Octal | 256 | 34 | 275 |
Decimal | 174 | 28 | 189 |
Hex | AE | 1C | BD |
Shades of #ae1cbd
Tints of #ae1cbd
RGB Percentages of Color #ae1cbd
CMYK Percentages of Color #ae1cbd
Complementary Color
#ae1cbd | #2bbd1c |
#ae1cbd Color Preview on Black Background
Lorem ipsum dolor sit amet.
#ae1cbd Color Preview on White Background
Lorem ipsum dolor sit amet.
#ae1cbd Color CSS Codes
.mybgcolor {background-color:#ae1cbd; } .myforecolor {color:#ae1cbd; } .mybordercolor {border:3px solid #ae1cbd; }
#ae1cbd Text Font Color
<p style="color:#ae1cbd">Text here</p>
This sample text font color is #ae1cbd
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.
#ae1cbd Background Color
<div style="background-color:#ae1cbd">
Div content here</div>
This div background color is #ae1cbd
#ae1cbd Border Color
<div style="border:3px solid #ae1cbd">
Div here</div>
This div border color is #ae1cbd
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(174,28,189, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #ae1cbd; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #ae1cbd; -webkit-box-shadow: 1px 1px 3px 2px #ae1cbd; box-shadow: 1px 1px 3px 2px #ae1cbd; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(174,28,189, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #ae1cbd">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #ae1cbd; -webkit-box-shadow: 1px 1px 3px 2px #ae1cbd; box-shadow: 1px 1px 3px 2px #ae1cbd;">
Div content here</div>
This div box has shadow with color #ae1cbd
Comments
No comments written yet.
Please login to write comment.