Color spaces of #895ded
RGB | 137 | 93 | 237 |
---|---|---|---|
HSL | 0.72 | 0.80 | 0.65 |
HSV | 258° | 61° | 93° |
CMYK | 0.42 | 0.61 | 0.00 0.07 |
XYZ | 29.5169 | 19.2615 | 82.2829 |
Yxy | 19.2615 | 0.2252 | 0.1470 |
Hunter Lab | 43.8879 | 43.2466 | -80.4378 |
CIE-Lab | 50.9918 | 49.8376 | -66.6682 |
#895ded color RGB value is (137,93,237).
#895ded hex color red value is 137, green value is 93 and the blue value of its RGB is 237. Cylindrical-coordinate representations (also known as HSL) of color #895ded hue: 0.72 , saturation: 0.80 and the lightness value of 895ded is 0.65.
The process color (four color CMYK) of #895ded color hex is 0.42, 0.61, 0.00, 0.07. Web safe color of #895ded is #9966ff. Color #895ded contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10001001 | 01011101 | 11101101 |
Octal | 211 | 135 | 355 |
Decimal | 137 | 93 | 237 |
Hex | 89 | 5D | ED |
Shades of #895ded
Tints of #895ded
RGB Percentages of Color #895ded
CMYK Percentages of Color #895ded
Complementary Color
#895ded | #c1ed5d |
#895ded Color Preview on Black Background
Lorem ipsum dolor sit amet.
#895ded Color Preview on White Background
Lorem ipsum dolor sit amet.
#895ded Color CSS Codes
.mybgcolor {background-color:#895ded; } .myforecolor {color:#895ded; } .mybordercolor {border:3px solid #895ded; }
#895ded Text Font Color
<p style="color:#895ded">Text here</p>
This sample text font color is #895ded
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.
#895ded Background Color
<div style="background-color:#895ded">
Div content here</div>
This div background color is #895ded
#895ded Border Color
<div style="border:3px solid #895ded">
Div here</div>
This div border color is #895ded
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(137,93,237, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #895ded; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #895ded; -webkit-box-shadow: 1px 1px 3px 2px #895ded; box-shadow: 1px 1px 3px 2px #895ded; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(137,93,237, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #895ded">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #895ded; -webkit-box-shadow: 1px 1px 3px 2px #895ded; box-shadow: 1px 1px 3px 2px #895ded;">
Div content here</div>
This div box has shadow with color #895ded
Comments
No comments written yet.
Please login to write comment.