Color spaces of #908fdf
RGB | 144 | 143 | 223 |
---|---|---|---|
HSL | 0.67 | 0.56 | 0.72 |
HSV | 241° | 36° | 87° |
CMYK | 0.35 | 0.36 | 0.00 0.13 |
XYZ | 34.6433 | 30.9019 | 73.9508 |
Yxy | 30.9019 | 0.2483 | 0.2215 |
Hunter Lab | 55.5895 | 13.9594 | -39.9610 |
CIE-Lab | 62.4247 | 19.1230 | -40.5871 |
#908fdf color RGB value is (144,143,223).
#908fdf hex color red value is 144, green value is 143 and the blue value of its RGB is 223. Cylindrical-coordinate representations (also known as HSL) of color #908fdf hue: 0.67 , saturation: 0.56 and the lightness value of 908fdf is 0.72.
The process color (four color CMYK) of #908fdf color hex is 0.35, 0.36, 0.00, 0.13. Web safe color of #908fdf is #9999cc. Color #908fdf contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10010000 | 10001111 | 11011111 |
Octal | 220 | 217 | 337 |
Decimal | 144 | 143 | 223 |
Hex | 90 | 8F | DF |
Shades of #908fdf
Tints of #908fdf
RGB Percentages of Color #908fdf
CMYK Percentages of Color #908fdf
Complementary Color
#908fdf | #dedf8f |
#908fdf Color Preview on Black Background
Lorem ipsum dolor sit amet.
#908fdf Color Preview on White Background
Lorem ipsum dolor sit amet.
#908fdf Color CSS Codes
.mybgcolor {background-color:#908fdf; } .myforecolor {color:#908fdf; } .mybordercolor {border:3px solid #908fdf; }
#908fdf Text Font Color
<p style="color:#908fdf">Text here</p>
This sample text font color is #908fdf
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.
#908fdf Background Color
<div style="background-color:#908fdf">
Div content here</div>
This div background color is #908fdf
#908fdf Border Color
<div style="border:3px solid #908fdf">
Div here</div>
This div border color is #908fdf
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(144,143,223, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #908fdf; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #908fdf; -webkit-box-shadow: 1px 1px 3px 2px #908fdf; box-shadow: 1px 1px 3px 2px #908fdf; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(144,143,223, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #908fdf">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #908fdf; -webkit-box-shadow: 1px 1px 3px 2px #908fdf; box-shadow: 1px 1px 3px 2px #908fdf;">
Div content here</div>
This div box has shadow with color #908fdf
Comments
No comments written yet.
Please login to write comment.