Color spaces of #ae0ccb
RGB | 174 | 12 | 203 |
---|---|---|---|
HSL | 0.81 | 0.89 | 0.42 |
HSV | 291° | 94° | 80° |
CMYK | 0.14 | 0.94 | 0.00 0.20 |
XYZ | 28.3665 | 13.5734 | 57.6248 |
Yxy | 13.5734 | 0.2849 | 0.1363 |
Hunter Lab | 36.8421 | 72.9621 | -66.9461 |
CIE-Lab | 43.6148 | 77.1775 | -58.9915 |
#ae0ccb color RGB value is (174,12,203).
#ae0ccb hex color red value is 174, green value is 12 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #ae0ccb hue: 0.81 , saturation: 0.89 and the lightness value of ae0ccb is 0.42.
The process color (four color CMYK) of #ae0ccb color hex is 0.14, 0.94, 0.00, 0.20. Web safe color of #ae0ccb is #9900cc. Color #ae0ccb contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10101110 | 00001100 | 11001011 |
Octal | 256 | 14 | 313 |
Decimal | 174 | 12 | 203 |
Hex | AE | C | CB |
Shades of #ae0ccb
Tints of #ae0ccb
RGB Percentages of Color #ae0ccb
CMYK Percentages of Color #ae0ccb
Complementary Color
#ae0ccb | #29cb0c |
#ae0ccb Color Preview on Black Background
Lorem ipsum dolor sit amet.
#ae0ccb Color Preview on White Background
Lorem ipsum dolor sit amet.
#ae0ccb Color CSS Codes
.mybgcolor {background-color:#ae0ccb; } .myforecolor {color:#ae0ccb; } .mybordercolor {border:3px solid #ae0ccb; }
#ae0ccb Text Font Color
<p style="color:#ae0ccb">Text here</p>
This sample text font color is #ae0ccb
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.
#ae0ccb Background Color
<div style="background-color:#ae0ccb">
Div content here</div>
This div background color is #ae0ccb
#ae0ccb Border Color
<div style="border:3px solid #ae0ccb">
Div here</div>
This div border color is #ae0ccb
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(174,12,203, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #ae0ccb; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #ae0ccb; -webkit-box-shadow: 1px 1px 3px 2px #ae0ccb; box-shadow: 1px 1px 3px 2px #ae0ccb; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(174,12,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 #ae0ccb">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #ae0ccb; -webkit-box-shadow: 1px 1px 3px 2px #ae0ccb; box-shadow: 1px 1px 3px 2px #ae0ccb;">
Div content here</div>
This div box has shadow with color #ae0ccb
Comments
No comments written yet.
Please login to write comment.