Color spaces of #8925de
RGB | 137 | 37 | 222 |
---|---|---|---|
HSL | 0.76 | 0.74 | 0.51 |
HSV | 272° | 83° | 87° |
CMYK | 0.38 | 0.83 | 0.00 0.13 |
XYZ | 24.1629 | 11.9154 | 70.1336 |
Yxy | 11.9154 | 0.2275 | 0.1122 |
Hunter Lab | 34.5187 | 64.5413 | -96.2998 |
CIE-Lab | 41.0813 | 70.7026 | -74.3076 |
#8925de color RGB value is (137,37,222).
#8925de hex color red value is 137, green value is 37 and the blue value of its RGB is 222. Cylindrical-coordinate representations (also known as HSL) of color #8925de hue: 0.76 , saturation: 0.74 and the lightness value of 8925de is 0.51.
The process color (four color CMYK) of #8925de color hex is 0.38, 0.83, 0.00, 0.13. Web safe color of #8925de is #9933cc. Color #8925de contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10001001 | 00100101 | 11011110 |
Octal | 211 | 45 | 336 |
Decimal | 137 | 37 | 222 |
Hex | 89 | 25 | DE |
Shades of #8925de
Tints of #8925de
RGB Percentages of Color #8925de
CMYK Percentages of Color #8925de
Complementary Color
#8925de | #7ade25 |
#8925de Color Preview on Black Background
Lorem ipsum dolor sit amet.
#8925de Color Preview on White Background
Lorem ipsum dolor sit amet.
#8925de Color CSS Codes
.mybgcolor {background-color:#8925de; } .myforecolor {color:#8925de; } .mybordercolor {border:3px solid #8925de; }
#8925de Text Font Color
<p style="color:#8925de">Text here</p>
This sample text font color is #8925de
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.
#8925de Background Color
<div style="background-color:#8925de">
Div content here</div>
This div background color is #8925de
#8925de Border Color
<div style="border:3px solid #8925de">
Div here</div>
This div border color is #8925de
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(137,37,222, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #8925de; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #8925de; -webkit-box-shadow: 1px 1px 3px 2px #8925de; box-shadow: 1px 1px 3px 2px #8925de; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(137,37,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 #8925de">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #8925de; -webkit-box-shadow: 1px 1px 3px 2px #8925de; box-shadow: 1px 1px 3px 2px #8925de;">
Div content here</div>
This div box has shadow with color #8925de
Comments
No comments written yet.
Please login to write comment.