Color spaces of #923daf
RGB | 146 | 61 | 175 |
---|---|---|---|
HSL | 0.79 | 0.48 | 0.46 |
HSV | 285° | 65° | 69° |
CMYK | 0.17 | 0.65 | 0.00 0.31 |
XYZ | 21.2607 | 12.5436 | 41.8580 |
Yxy | 12.5436 | 0.2810 | 0.1658 |
Hunter Lab | 35.4169 | 45.1734 | -45.2808 |
CIE-Lab | 42.0674 | 53.2267 | -45.3079 |
#923daf color RGB value is (146,61,175).
#923daf hex color red value is 146, green value is 61 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #923daf hue: 0.79 , saturation: 0.48 and the lightness value of 923daf is 0.46.
The process color (four color CMYK) of #923daf color hex is 0.17, 0.65, 0.00, 0.31. Web safe color of #923daf is #993399. Color #923daf contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10010010 | 00111101 | 10101111 |
Octal | 222 | 75 | 257 |
Decimal | 146 | 61 | 175 |
Hex | 92 | 3D | AF |
Shades of #923daf
Tints of #923daf
RGB Percentages of Color #923daf
CMYK Percentages of Color #923daf
Complementary Color
#923daf | #5aaf3d |
#923daf Color Preview on Black Background
Lorem ipsum dolor sit amet.
#923daf Color Preview on White Background
Lorem ipsum dolor sit amet.
#923daf Color CSS Codes
.mybgcolor {background-color:#923daf; } .myforecolor {color:#923daf; } .mybordercolor {border:3px solid #923daf; }
#923daf Text Font Color
<p style="color:#923daf">Text here</p>
This sample text font color is #923daf
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.
#923daf Background Color
<div style="background-color:#923daf">
Div content here</div>
This div background color is #923daf
#923daf Border Color
<div style="border:3px solid #923daf">
Div here</div>
This div border color is #923daf
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(146,61,175, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #923daf; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #923daf; -webkit-box-shadow: 1px 1px 3px 2px #923daf; box-shadow: 1px 1px 3px 2px #923daf; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(146,61,175, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #923daf">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #923daf; -webkit-box-shadow: 1px 1px 3px 2px #923daf; box-shadow: 1px 1px 3px 2px #923daf;">
Div content here</div>
This div box has shadow with color #923daf
Comments
No comments written yet.
Please login to write comment.