Color spaces of #ae5dbb
RGB | 174 | 93 | 187 |
---|---|---|---|
HSL | 0.81 | 0.41 | 0.55 |
HSV | 292° | 50° | 73° |
CMYK | 0.07 | 0.50 | 0.00 0.27 |
XYZ | 30.3396 | 20.4152 | 49.3552 |
Yxy | 20.4152 | 0.3031 | 0.2039 |
Hunter Lab | 45.1832 | 40.7886 | -33.1364 |
CIE-Lab | 52.3034 | 47.3008 | -35.8696 |
#ae5dbb color RGB value is (174,93,187).
#ae5dbb hex color red value is 174, green value is 93 and the blue value of its RGB is 187. Cylindrical-coordinate representations (also known as HSL) of color #ae5dbb hue: 0.81 , saturation: 0.41 and the lightness value of ae5dbb is 0.55.
The process color (four color CMYK) of #ae5dbb color hex is 0.07, 0.50, 0.00, 0.27. Web safe color of #ae5dbb is #9966cc. Color #ae5dbb contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10101110 | 01011101 | 10111011 |
Octal | 256 | 135 | 273 |
Decimal | 174 | 93 | 187 |
Hex | AE | 5D | BB |
Shades of #ae5dbb
Tints of #ae5dbb
RGB Percentages of Color #ae5dbb
CMYK Percentages of Color #ae5dbb
Complementary Color
#ae5dbb | #6abb5d |
#ae5dbb Color Preview on Black Background
Lorem ipsum dolor sit amet.
#ae5dbb Color Preview on White Background
Lorem ipsum dolor sit amet.
#ae5dbb Color CSS Codes
.mybgcolor {background-color:#ae5dbb; } .myforecolor {color:#ae5dbb; } .mybordercolor {border:3px solid #ae5dbb; }
#ae5dbb Text Font Color
<p style="color:#ae5dbb">Text here</p>
This sample text font color is #ae5dbb
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.
#ae5dbb Background Color
<div style="background-color:#ae5dbb">
Div content here</div>
This div background color is #ae5dbb
#ae5dbb Border Color
<div style="border:3px solid #ae5dbb">
Div here</div>
This div border color is #ae5dbb
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(174,93,187, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #ae5dbb; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #ae5dbb; -webkit-box-shadow: 1px 1px 3px 2px #ae5dbb; box-shadow: 1px 1px 3px 2px #ae5dbb; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(174,93,187, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #ae5dbb">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #ae5dbb; -webkit-box-shadow: 1px 1px 3px 2px #ae5dbb; box-shadow: 1px 1px 3px 2px #ae5dbb;">
Div content here</div>
This div box has shadow with color #ae5dbb
Comments
No comments written yet.
Please login to write comment.