Color spaces of #8575de
RGB | 133 | 117 | 222 |
---|---|---|---|
HSL | 0.69 | 0.61 | 0.66 |
HSV | 249° | 47° | 87° |
CMYK | 0.40 | 0.47 | 0.00 0.13 |
XYZ | 29.2190 | 22.9831 | 72.0034 |
Yxy | 22.9831 | 0.2352 | 0.1850 |
Hunter Lab | 47.9407 | 24.8964 | -55.4907 |
CIE-Lab | 55.0549 | 31.1810 | -51.7368 |
#8575de color RGB value is (133,117,222).
#8575de hex color red value is 133, green value is 117 and the blue value of its RGB is 222. Cylindrical-coordinate representations (also known as HSL) of color #8575de hue: 0.69 , saturation: 0.61 and the lightness value of 8575de is 0.66.
The process color (four color CMYK) of #8575de color hex is 0.40, 0.47, 0.00, 0.13. Web safe color of #8575de is #9966cc. Color #8575de contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10000101 | 01110101 | 11011110 |
Octal | 205 | 165 | 336 |
Decimal | 133 | 117 | 222 |
Hex | 85 | 75 | DE |
Shades of #8575de
Tints of #8575de
RGB Percentages of Color #8575de
CMYK Percentages of Color #8575de
Complementary Color
#8575de | #cede75 |
#8575de Color Preview on Black Background
Lorem ipsum dolor sit amet.
#8575de Color Preview on White Background
Lorem ipsum dolor sit amet.
#8575de Color CSS Codes
.mybgcolor {background-color:#8575de; } .myforecolor {color:#8575de; } .mybordercolor {border:3px solid #8575de; }
#8575de Text Font Color
<p style="color:#8575de">Text here</p>
This sample text font color is #8575de
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.
#8575de Background Color
<div style="background-color:#8575de">
Div content here</div>
This div background color is #8575de
#8575de Border Color
<div style="border:3px solid #8575de">
Div here</div>
This div border color is #8575de
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(133,117,222, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #8575de; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #8575de; -webkit-box-shadow: 1px 1px 3px 2px #8575de; box-shadow: 1px 1px 3px 2px #8575de; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(133,117,222, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #8575de">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #8575de; -webkit-box-shadow: 1px 1px 3px 2px #8575de; box-shadow: 1px 1px 3px 2px #8575de;">
Div content here</div>
This div box has shadow with color #8575de
Comments
No comments written yet.
Please login to write comment.