Color spaces of #907fae
RGB | 144 | 127 | 174 |
---|---|---|---|
HSL | 0.73 | 0.22 | 0.59 |
HSV | 262° | 27° | 68° |
CMYK | 0.17 | 0.27 | 0.00 0.32 |
XYZ | 26.7310 | 24.1640 | 43.2996 |
Yxy | 24.1640 | 0.2838 | 0.2565 |
Hunter Lab | 49.1569 | 11.0419 | -17.8155 |
CIE-Lab | 56.2516 | 16.1593 | -22.5029 |
#907fae color RGB value is (144,127,174).
#907fae hex color red value is 144, green value is 127 and the blue value of its RGB is 174. Cylindrical-coordinate representations (also known as HSL) of color #907fae hue: 0.73 , saturation: 0.22 and the lightness value of 907fae is 0.59.
The process color (four color CMYK) of #907fae color hex is 0.17, 0.27, 0.00, 0.32. Web safe color of #907fae is #996699. Color #907fae contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10010000 | 01111111 | 10101110 |
Octal | 220 | 177 | 256 |
Decimal | 144 | 127 | 174 |
Hex | 90 | 7F | AE |
Shades of #907fae
Tints of #907fae
RGB Percentages of Color #907fae
CMYK Percentages of Color #907fae
Complementary Color
#907fae | #9dae7f |
#907fae Color Preview on Black Background
Lorem ipsum dolor sit amet.
#907fae Color Preview on White Background
Lorem ipsum dolor sit amet.
#907fae Color CSS Codes
.mybgcolor {background-color:#907fae; } .myforecolor {color:#907fae; } .mybordercolor {border:3px solid #907fae; }
#907fae Text Font Color
<p style="color:#907fae">Text here</p>
This sample text font color is #907fae
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.
#907fae Background Color
<div style="background-color:#907fae">
Div content here</div>
This div background color is #907fae
#907fae Border Color
<div style="border:3px solid #907fae">
Div here</div>
This div border color is #907fae
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(144,127,174, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #907fae; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #907fae; -webkit-box-shadow: 1px 1px 3px 2px #907fae; box-shadow: 1px 1px 3px 2px #907fae; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(144,127,174, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #907fae">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #907fae; -webkit-box-shadow: 1px 1px 3px 2px #907fae; box-shadow: 1px 1px 3px 2px #907fae;">
Div content here</div>
This div box has shadow with color #907fae
Comments
No comments written yet.
Please login to write comment.