Color spaces of #894dde
RGB | 137 | 77 | 222 |
---|---|---|---|
HSL | 0.74 | 0.69 | 0.59 |
HSV | 265° | 65° | 87° |
CMYK | 0.38 | 0.65 | 0.00 0.13 |
XYZ | 26.1552 | 15.9000 | 70.7977 |
Yxy | 15.9000 | 0.2318 | 0.1409 |
Hunter Lab | 39.8748 | 47.3031 | -77.3570 |
CIE-Lab | 46.8430 | 54.3444 | -64.9172 |
#894dde color RGB value is (137,77,222).
#894dde hex color red value is 137, green value is 77 and the blue value of its RGB is 222. Cylindrical-coordinate representations (also known as HSL) of color #894dde hue: 0.74 , saturation: 0.69 and the lightness value of 894dde is 0.59.
The process color (four color CMYK) of #894dde color hex is 0.38, 0.65, 0.00, 0.13. Web safe color of #894dde is #9966cc. Color #894dde contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10001001 | 01001101 | 11011110 |
Octal | 211 | 115 | 336 |
Decimal | 137 | 77 | 222 |
Hex | 89 | 4D | DE |
Shades of #894dde
Tints of #894dde
RGB Percentages of Color #894dde
CMYK Percentages of Color #894dde
Complementary Color
#894dde | #a2de4d |
#894dde Color Preview on Black Background
Lorem ipsum dolor sit amet.
#894dde Color Preview on White Background
Lorem ipsum dolor sit amet.
#894dde Color CSS Codes
.mybgcolor {background-color:#894dde; } .myforecolor {color:#894dde; } .mybordercolor {border:3px solid #894dde; }
#894dde Text Font Color
<p style="color:#894dde">Text here</p>
This sample text font color is #894dde
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.
#894dde Background Color
<div style="background-color:#894dde">
Div content here</div>
This div background color is #894dde
#894dde Border Color
<div style="border:3px solid #894dde">
Div here</div>
This div border color is #894dde
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(137,77,222, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #894dde; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #894dde; -webkit-box-shadow: 1px 1px 3px 2px #894dde; box-shadow: 1px 1px 3px 2px #894dde; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(137,77,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 #894dde">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #894dde; -webkit-box-shadow: 1px 1px 3px 2px #894dde; box-shadow: 1px 1px 3px 2px #894dde;">
Div content here</div>
This div box has shadow with color #894dde
Comments
No comments written yet.
Please login to write comment.