Color spaces of #8593df
RGB | 133 | 147 | 223 |
---|---|---|---|
HSL | 0.64 | 0.58 | 0.70 |
HSV | 231° | 40° | 87° |
CMYK | 0.40 | 0.34 | 0.00 0.13 |
XYZ | 33.4259 | 31.1817 | 74.0690 |
Yxy | 31.1817 | 0.2410 | 0.2249 |
Hunter Lab | 55.8406 | 9.1282 | -39.5560 |
CIE-Lab | 62.6607 | 13.8722 | -40.2739 |
#8593df color RGB value is (133,147,223).
#8593df hex color red value is 133, green value is 147 and the blue value of its RGB is 223. Cylindrical-coordinate representations (also known as HSL) of color #8593df hue: 0.64 , saturation: 0.58 and the lightness value of 8593df is 0.70.
The process color (four color CMYK) of #8593df color hex is 0.40, 0.34, 0.00, 0.13. Web safe color of #8593df is #9999cc. Color #8593df contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10000101 | 10010011 | 11011111 |
Octal | 205 | 223 | 337 |
Decimal | 133 | 147 | 223 |
Hex | 85 | 93 | DF |
Shades of #8593df
Tints of #8593df
RGB Percentages of Color #8593df
CMYK Percentages of Color #8593df
Complementary Color
#8593df | #dfd185 |
#8593df Color Preview on Black Background
Lorem ipsum dolor sit amet.
#8593df Color Preview on White Background
Lorem ipsum dolor sit amet.
#8593df Color CSS Codes
.mybgcolor {background-color:#8593df; } .myforecolor {color:#8593df; } .mybordercolor {border:3px solid #8593df; }
#8593df Text Font Color
<p style="color:#8593df">Text here</p>
This sample text font color is #8593df
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.
#8593df Background Color
<div style="background-color:#8593df">
Div content here</div>
This div background color is #8593df
#8593df Border Color
<div style="border:3px solid #8593df">
Div here</div>
This div border color is #8593df
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(133,147,223, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #8593df; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #8593df; -webkit-box-shadow: 1px 1px 3px 2px #8593df; box-shadow: 1px 1px 3px 2px #8593df; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(133,147,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 #8593df">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #8593df; -webkit-box-shadow: 1px 1px 3px 2px #8593df; box-shadow: 1px 1px 3px 2px #8593df;">
Div content here</div>
This div box has shadow with color #8593df
Comments
No comments written yet.
Please login to write comment.